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 324686bbb..28adac4c6 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="0x8A000000" - CONFIG_RAMDISK_LOADADDR="0x8A100000" - CONFIG_KERNEL_LOADADDR="0x88280000" + CONFIG_FDT_LOADADDR="0x82000000" + CONFIG_RAMDISK_LOADADDR="0x82100000" + CONFIG_KERNEL_LOADADDR="0x80280000" elif [ "${PLATFORM}" = "ccimx8mn" ] || [ "${PLATFORM}" = "ccimx8mm" ]; then CONFIG_FDT_LOADADDR="0x43000000" CONFIG_RAMDISK_LOADADDR="0x43800000"