diff options
| author | Nathan Morrisson <[email protected]> | 2025-05-08 17:15:43 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-22 13:51:55 -0600 |
| commit | 04c1a5b0d6029dd21f17fe649f9f11dd05f9e5b4 (patch) | |
| tree | 14ff1ea49aaf2de4803495740b2d2137b5c89480 | |
| parent | fdd2af2c13848dbec1210a3361c667476c328263 (diff) | |
board: phytec: phycore_am64x: Update environment for fitboot
Add fit_addr_r to the environment to allow us to boot from a FIT image.
Signed-off-by: Nathan Morrisson <[email protected]>
Signed-off-by: Wadim Egorov <[email protected]>
| -rw-r--r-- | board/phytec/phycore_am64x/phycore_am64x.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/phytec/phycore_am64x/phycore_am64x.env b/board/phytec/phycore_am64x/phycore_am64x.env index d69dfe75674..d04a3be6864 100644 --- a/board/phytec/phycore_am64x/phycore_am64x.env +++ b/board/phytec/phycore_am64x/phycore_am64x.env @@ -9,6 +9,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 |
