From: Daniel Schultz Date: Mon, 10 Feb 2025 15:25:47 +0000 (-0800) Subject: board: Phytec: phycore_am64x: Increase size for Image in SPI X-Git-Tag: v2025.07-rc1~18^2~88^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78c13fba5e32efd4878c050a4b4187cd2e7767a;p=pandora-u-boot.git board: Phytec: phycore_am64x: Increase size for Image in SPI 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 Reviewed-by: Wadim Egorov --- diff --git a/board/phytec/phycore_am64x/phycore_am64x.env b/board/phytec/phycore_am64x/phycore_am64x.env index 3032b518e0b..d69dfe75674 100644 --- a/board/phytec/phycore_am64x/phycore_am64x.env +++ b/board/phytec/phycore_am64x/phycore_am64x.env @@ -21,4 +21,4 @@ get_cmd=tftp spi_fdt_addr=0x700000 spi_image_addr=0x800000 -spi_ramdisk_addr=0x1e00000 +spi_ramdisk_addr=0x2200000