]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: Phytec: phycore_am62x: Increase size for Image in SPI
authorDaniel Schultz <d.schultz@phytec.de>
Mon, 10 Feb 2025 15:25:48 +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_am62x/phycore_am62x.env

index 711ca3040c464617459972ef087cdb2cbefe3699..024f38ebba335e2bb3b49eed5251f83964e6ec91 100644 (file)
@@ -22,4 +22,4 @@ get_cmd=tftp
 
 spi_fdt_addr=0x700000
 spi_image_addr=0x800000
-spi_ramdisk_addr=0x1e00000
+spi_ramdisk_addr=0x2200000