diff mbox series

imx: imx8mm-beacon: Remove relocation restrictions

Message ID 20201230151543.2869896-1-aford173@gmail.com
State Accepted
Commit 4736871dc29956af84532fd6c306edf7533c34a5
Delegated to: Stefano Babic
Headers show
Series imx: imx8mm-beacon: Remove relocation restrictions | expand

Commit Message

Adam Ford Dec. 30, 2020, 3:15 p.m. UTC
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>

Comments

Stefano Babic Jan. 23, 2021, 3:49 p.m. UTC | #1
> 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>
> diff --git a/include/configs/imx8mm_beacon.h b/include/configs/imx8mm_beacon.h
> index 3c9541187f..9742d1310d 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" \
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/imx8mm_beacon.h b/include/configs/imx8mm_beacon.h
index 3c9541187f..9742d1310d 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" \