]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx: imx8mm-beacon: Remove relocation restrictions
authorAdam Ford <aford173@gmail.com>
Wed, 30 Dec 2020 15:15:43 +0000 (09:15 -0600)
committerStefano Babic <sbabic@denx.de>
Sat, 23 Jan 2021 10:30:31 +0000 (11:30 +0100)
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>
include/configs/imx8mm_beacon.h

index 9a93dba1c59d3adc2c887ceb52170449d94a97e4..94f4a1232fbf1d00f5b38a8b5183eb5c9de8fa8e 100644 (file)
        "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" \