On Sun, Nov 12, 2023 at 08:27:47AM -0700, Simon Glass wrote: > This code dates from around 2008: > > 56844a22b76 powerpc: Fix bootm to boot up again with a Ramdisk > > Since then we have added FDT relocation which provides enough space > for expansion. We have also added all sorts of fixups earlier in > image_setup_libfdt() which require more space, with ramdisk being the > least of them. > > Therefore this extra hack for ramdisk seems unnecessary. Drop it. > > Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]> -- Tom Applied to u-boot-dm/next, thanks!

