summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schultz <[email protected]>2025-02-10 07:25:47 -0800
committerTom Rini <[email protected]>2025-02-20 16:13:20 -0600
commitc78c13fba5e32efd4878c050a4b4187cd2e7767a (patch)
tree2dbfecc25a1229910dac938219d1c97f294ad0ad
parent69694a1f79477d6f73e60fefded7400fa1a0c9a2 (diff)
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 <[email protected]> Reviewed-by: Wadim Egorov <[email protected]>
-rw-r--r--board/phytec/phycore_am64x/phycore_am64x.env2
1 files changed, 1 insertions, 1 deletions
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