diff options
author | Daniel Schultz <d.schultz@phytec.de> | 2025-02-10 07:25:48 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-02-20 16:13:20 -0600 |
commit | 552c062901b480e538c49444f79551adbcfd52a1 (patch) | |
tree | 30aba3dc6afe12689306fec2186aa23d15fa9b73 | |
parent | c78c13fba5e32efd4878c050a4b4187cd2e7767a (diff) |
board: Phytec: phycore_am62x: 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 <d.schultz@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
-rw-r--r-- | board/phytec/phycore_am62x/phycore_am62x.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env index 711ca3040c4..024f38ebba3 100644 --- a/board/phytec/phycore_am62x/phycore_am62x.env +++ b/board/phytec/phycore_am62x/phycore_am62x.env @@ -22,4 +22,4 @@ get_cmd=tftp spi_fdt_addr=0x700000 spi_image_addr=0x800000 -spi_ramdisk_addr=0x1e00000 +spi_ramdisk_addr=0x2200000 |