trustfence: change RAM location to the same values used in u-boot
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
ddec434bc8
commit
c970d87d5a
|
|
@ -97,9 +97,9 @@ elif [ "${PLATFORM}" = "ccimx6ul" ]; then
|
||||||
CONFIG_KERNEL_LOADADDR="0x80800000"
|
CONFIG_KERNEL_LOADADDR="0x80800000"
|
||||||
CONFIG_CSF_SIZE="0x4000"
|
CONFIG_CSF_SIZE="0x4000"
|
||||||
elif [ "${PLATFORM}" = "ccimx8x" ]; then
|
elif [ "${PLATFORM}" = "ccimx8x" ]; then
|
||||||
CONFIG_FDT_LOADADDR="0x82000000"
|
CONFIG_FDT_LOADADDR="0x8A000000"
|
||||||
CONFIG_RAMDISK_LOADADDR="0x82100000"
|
CONFIG_RAMDISK_LOADADDR="0x8A100000"
|
||||||
CONFIG_KERNEL_LOADADDR="0x80280000"
|
CONFIG_KERNEL_LOADADDR="0x88280000"
|
||||||
elif [ "${PLATFORM}" = "ccimx8mn" ] || [ "${PLATFORM}" = "ccimx8mm" ]; then
|
elif [ "${PLATFORM}" = "ccimx8mn" ] || [ "${PLATFORM}" = "ccimx8mm" ]; then
|
||||||
CONFIG_FDT_LOADADDR="0x43000000"
|
CONFIG_FDT_LOADADDR="0x43000000"
|
||||||
CONFIG_RAMDISK_LOADADDR="0x43800000"
|
CONFIG_RAMDISK_LOADADDR="0x43800000"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue