From: Simon Glass Date: Fri, 20 Dec 2024 00:34:45 +0000 (-0700) Subject: rpi: Drop fdt_high and initrd_high X-Git-Tag: v2025.07-rc1~47^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23bb009351190e7bf9969ea007f500ae92f7bf45;p=pandora-u-boot.git rpi: Drop fdt_high and initrd_high These are not needed now since there is a bootm_size setting to keep things within the lower part of memory. Drop them. Signed-off-by: Simon Glass Reviewed-by: Tom Rini Suggested-by: Tom Rini Reviewed-by: Christopher Obbard Tested-by: Christopher Obbard # CM4 1G Reviewed-by: Christopher Obbard Tested-by: Christopher Obbard # CM4 1G --- diff --git a/board/raspberrypi/rpi/rpi.env b/board/raspberrypi/rpi/rpi.env index a327fccc77f..9b9fad82828 100644 --- a/board/raspberrypi/rpi/rpi.env +++ b/board/raspberrypi/rpi/rpi.env @@ -66,13 +66,6 @@ dfu_alt_info+=zImage fat 0 1 */ bootm_size=0x20000000 -#ifdef CONFIG_ARM64 -fdt_high=ffffffffffffffff -initrd_high=ffffffffffffffff -#else -fdt_high=ffffffff -initrd_high=ffffffff -#endif kernel_addr_r=0x00080000 scriptaddr=0x02400000 pxefile_addr_r=0x02500000