From c970d87d5a0370b1c76e7e36e0563e2120ec1b9d Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Mon, 29 Nov 2021 11:38:11 +0100 Subject: [PATCH] trustfence: change RAM location to the same values used in u-boot Signed-off-by: Mike Engel --- .../trustfence-sign-tools/trustfence-sign-artifact.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-sign-artifact.sh b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-sign-artifact.sh index 28adac4c6..324686bbb 100755 --- a/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-sign-artifact.sh +++ b/meta-digi-arm/recipes-digi/trustfence/trustfence-sign-tools/trustfence-sign-artifact.sh @@ -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"