diff options
| author | Daniel Schultz <[email protected]> | 2025-04-28 07:49:04 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-07 07:59:03 -0600 |
| commit | fd446b0c84478b4673b41a1440cd9116fdd41d92 (patch) | |
| tree | 1e11a5ef77158727a6a63c08d95231ae3a126e9a | |
| parent | ad2ae4d2b250e25e305ddad9b9337abb4d796137 (diff) | |
board: phytec: phycore_am62ax: Update Environment
Add fit_addr_r to the environment to allow us to boot from a FIT image.
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: Tom Rini <[email protected]>
| -rw-r--r-- | board/phytec/phycore_am62ax/phycore_am62ax.env | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/phytec/phycore_am62ax/phycore_am62ax.env b/board/phytec/phycore_am62ax/phycore_am62ax.env index a0eacd1dfc3..40787b0cbcb 100644 --- a/board/phytec/phycore_am62ax/phycore_am62ax.env +++ b/board/phytec/phycore_am62ax/phycore_am62ax.env @@ -10,6 +10,7 @@ fdt_addr_r=0x88000000 kernel_addr_r=0x82000000 ramdisk_addr_r=0x88080000 fdtoverlay_addr_r=0x89000000 +fit_addr_r=0x90000000 fdtfile=CONFIG_DEFAULT_FDT_FILE mmcdev=1 @@ -22,4 +23,4 @@ get_cmd=tftp spi_fdt_addr=0x700000 spi_image_addr=0x800000 -spi_ramdisk_addr=0x1e00000 +spi_ramdisk_addr=0x2200000 |
