summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMD Danish Anwar <danishanwar@ti.com>2024-02-15 15:20:08 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit97cb5d477807bf5b365c8259d0f8f05bc40e92d6 (patch)
tree16cb7ef34053a2bbbfeb2f2208cfa56e6786701f
parent62e9f592686a6bbf676568c9df89e42cdad7ab8a (diff)
board: ti: am64x: Set fw_storage_interface and fw_dev_part ENVs
When ICSSG driver is enabled (CONFIG_TI_ICSSG_PRUETH=y) set fw_storage_interface and fw_dev_part env variables. These variables need be set appropriately in order to load differnet ICSSG firmwares needed for ICSSG driver. By default the storage interface is mmc and the partition is 1:2. User can modify this based on their needs. Signed-off-by: MD Danish Anwar <danishanwar@ti.com>
-rw-r--r--board/ti/am64x/am64x.env5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/ti/am64x/am64x.env b/board/ti/am64x/am64x.env
index cdb01bb6a1..53c7d8d679 100644
--- a/board/ti/am64x/am64x.env
+++ b/board/ti/am64x/am64x.env
@@ -56,3 +56,8 @@ usbboot=setenv boot usb;
run get_kern_usb;
run get_fdt_usb;
run run_kern;
+
+#if CONFIG_TI_ICSSG_PRUETH
+fw_storage_interface=mmc
+fw_dev_part=1:2
+#endif