[PATCH v2 1/7] board: phytec: phycore_am62x: Update environment for fitboot
Wadim Egorov
w.egorov at phytec.de
Thu May 8 17:15:42 CEST 2025
From: Nathan Morrisson <nmorrisson at phytec.com>
Add fit_addr_r to the environment to allow us to boot from a FIT image.
Signed-off-by: Nathan Morrisson <nmorrisson at phytec.com>
Signed-off-by: Wadim Egorov <w.egorov at phytec.de>
---
v1: https://lists.denx.de/pipermail/u-boot/2025-April/588142.html
v2: No changes
---
board/phytec/phycore_am62x/phycore_am62x.env | 1 +
1 file changed, 1 insertion(+)
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
--
2.34.1
More information about the U-Boot
mailing list