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:
Mike Engel 2021-11-29 11:38:11 +01:00
parent ddec434bc8
commit c970d87d5a
1 changed files with 3 additions and 3 deletions

View File

@ -97,9 +97,9 @@ elif [ "${PLATFORM}" = "ccimx6ul" ]; then
CONFIG_KERNEL_LOADADDR="0x80800000"
CONFIG_CSF_SIZE="0x4000"
elif [ "${PLATFORM}" = "ccimx8x" ]; then
CONFIG_FDT_LOADADDR="0x82000000"
CONFIG_RAMDISK_LOADADDR="0x82100000"
CONFIG_KERNEL_LOADADDR="0x80280000"
CONFIG_FDT_LOADADDR="0x8A000000"
CONFIG_RAMDISK_LOADADDR="0x8A100000"
CONFIG_KERNEL_LOADADDR="0x88280000"
elif [ "${PLATFORM}" = "ccimx8mn" ] || [ "${PLATFORM}" = "ccimx8mm" ]; then
CONFIG_FDT_LOADADDR="0x43000000"
CONFIG_RAMDISK_LOADADDR="0x43800000"