summaryrefslogtreecommitdiff
path: root/include/configs/imx8mp_evk.h
diff options
context:
space:
mode:
authorGrygorii Tertychnyi <grembeter@gmail.com>2020-08-21 16:39:43 +0300
committerStefano Babic <sbabic@denx.de>2020-08-25 11:26:38 +0300
commitacbc1d86f16cc8372cccb7b862a0b9dc242f8fe5 (patch)
treee89fe9517e2ddf9e8efc8b4c00ea7b32acc2e969 /include/configs/imx8mp_evk.h
parent74d8f9d56266773784be2cecb5f52a573b1d060c (diff)
downloadu-boot-acbc1d86f16cc8372cccb7b862a0b9dc242f8fe5.tar.xz
imx8m: config: convert to bootm_size
Restrict the memory range available for image processing in the "bootm" to 256 MiB so the kernel can access it and FDT or initrd are not overwritten on ARM64. Signed-off-by: Grygorii Tertychnyi <grygorii.tertychnyi@leica-geosystems.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Marek Vasut <marex@denx.de> Cc: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx8mp_evk.h')
-rw-r--r--include/configs/imx8mp_evk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/imx8mp_evk.h b/include/configs/imx8mp_evk.h
index ded0717ddb..8253c6aa2f 100644
--- a/include/configs/imx8mp_evk.h
+++ b/include/configs/imx8mp_evk.h
@@ -50,11 +50,10 @@
"image=Image\0" \
"console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200\0" \
"fdt_addr=0x43000000\0" \
- "fdt_high=0xffffffffffffffff\0" \
"boot_fdt=try\0" \
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
"initrd_addr=0x43800000\0" \
- "initrd_high=0xffffffffffffffff\0" \
+ "bootm_size=0x10000000\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \