summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-12-30 09:15:43 -0600
committerStefano Babic <sbabic@denx.de>2021-01-23 11:30:31 +0100
commit4736871dc29956af84532fd6c306edf7533c34a5 (patch)
tree842a59379268f9d94bf6f39f9842a7b62a62085c /include
parent018f7eaf4d1a863cdad3cadf699183a57a26e20f (diff)
downloadu-boot-4736871dc29956af84532fd6c306edf7533c34a5.tar.gz
u-boot-4736871dc29956af84532fd6c306edf7533c34a5.tar.xz
u-boot-4736871dc29956af84532fd6c306edf7533c34a5.zip
imx: imx8mm-beacon: Remove relocation restrictions
The system is capable of relocating RAM disks and the kernel. Remove these restrictions to prevent it. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8mm_beacon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx8mm_beacon.h b/include/configs/imx8mm_beacon.h
index 9a93dba1c5..94f4a1232f 100644
--- a/include/configs/imx8mm_beacon.h
+++ b/include/configs/imx8mm_beacon.h
@@ -36,11 +36,9 @@
"image=Image\0" \
"console=ttymxc1,115200\0" \
"fdt_addr=0x43000000\0" \
- "fdt_high=0xffffffffffffffff\0" \
"boot_fit=try\0" \
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
"initrd_addr=0x43800000\0" \
- "initrd_high=0xffffffffffffffff\0" \
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
"finduuid=part uuid mmc ${mmcdev}:2 uuid\0" \