diff options
| author | Nathan Morrisson <[email protected]> | 2025-05-08 17:15:42 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-05-22 13:51:55 -0600 |
| commit | fdd2af2c13848dbec1210a3361c667476c328263 (patch) | |
| tree | 87eb722540d77d414de514aa7a431bf7a63f3225 | |
| parent | 1e24e84db41afc5beba0a0ef9dd6e0509127b1de (diff) | |
board: phytec: phycore_am62x: 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_am62x/phycore_am62x.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env index 5c48e856685..40787b0cbcb 100644 --- a/board/phytec/phycore_am62x/phycore_am62x.env +++ b/board/phytec/phycore_am62x/phycore_am62x.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 |
