Hi Simon, On Thu, 2024-12-19 at 17:34 -0700, Simon Glass wrote: > 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 <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > Suggested-by: Tom Rini <[email protected]>
Reviewed-by: Christopher Obbard <[email protected]> Tested-by: Christopher Obbard <[email protected]> # CM4 1G > --- > > (no changes since v2) > > Changes in v2: > - Add new patch to drop fdt_high and initrd_high > > board/raspberrypi/rpi/rpi.env | 7 ------- > 1 file changed, 7 deletions(-) > > 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

