board: Phytec: phycore_am64x: Increase size for Image in SPI
authorDaniel Schultz <d.schultz@phytec.de>
Mon, 10 Feb 2025 15:25:47 +0000 (07:25 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 20 Feb 2025 22:13:20 +0000 (16:13 -0600)
Increase the maximum Image size from 23 MB to 26 MB by moving the
initramfs start address up. This gives us a bigger ranger to
provide kernel images which are not stripped down too much.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
board/phytec/phycore_am64x/phycore_am64x.env

index 3032b51..d69dfe7 100644 (file)
@@ -21,4 +21,4 @@ get_cmd=tftp
 
 spi_fdt_addr=0x700000
 spi_image_addr=0x800000
-spi_ramdisk_addr=0x1e00000
+spi_ramdisk_addr=0x2200000