summaryrefslogtreecommitdiff
path: root/include/configs/ls1028a_common.h
diff options
context:
space:
mode:
authorYuantian Tang <andy.tang@nxp.com>2020-02-19 12:02:21 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-03-30 05:36:51 +0300
commit395b52127a8d46f890217eaaeab4ed54f65478a0 (patch)
tree64317667cfc7026079f44ff29fa17a744b969806 /include/configs/ls1028a_common.h
parent8cf113f473fdb60b62f939a21bc7f51795b168d8 (diff)
downloadu-boot-395b52127a8d46f890217eaaeab4ed54f65478a0.tar.xz
arm64: ls1028a: remove fdt_high environment variable
Setting fdt_high and initrd_high to 0xffffffffffffffff leads to various difficulty to resolve bugs. Remove them and use bootm_size instead to safely contain a kernel, device tree and initrd for relocation. Signed-off-by: Yuantian Tang <andy.tang@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1028a_common.h')
-rw-r--r--include/configs/ls1028a_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h
index 05b8cf00ee..1c7680c234 100644
--- a/include/configs/ls1028a_common.h
+++ b/include/configs/ls1028a_common.h
@@ -79,8 +79,7 @@
"hwconfig=fsl_ddr:bank_intlv=auto\0" \
"ramdisk_addr=0x800000\0" \
"ramdisk_size=0x2000000\0" \
- "fdt_high=0xffffffffffffffff\0" \
- "initrd_high=0xffffffffffffffff\0" \
+ "bootm_size=0x10000000\0" \
"fdt_addr=0x00f00000\0" \
"kernel_addr=0x01000000\0" \
"scriptaddr=0x80000000\0" \