aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMD Danish Anwar <danishanwar@ti.com>2024-04-16 14:50:18 +0530
committerTom Rini <trini@konsulko.com>2024-04-29 10:54:38 -0600
commitf6afbf6f361744ae8e111fe2cfb8a643812e1bcd (patch)
treea5d7dec6b48a9d6209488e7690978a6fedb7fdd6
parent3752a46b1dbc31641083870c89f50bc8186bd1d0 (diff)
downloadu-boot-f6afbf6f361744ae8e111fe2cfb8a643812e1bcd.zip
u-boot-f6afbf6f361744ae8e111fe2cfb8a643812e1bcd.tar.gz
u-boot-f6afbf6f361744ae8e111fe2cfb8a643812e1bcd.tar.bz2
board: ti: am65x: Set fw_storage_interface and fw_dev_part ENVs
When ICSSG driver is enabled (CONFIG_TI_ICSSG_PRUETH=y) set 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> Acked-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
-rw-r--r--board/ti/am65x/am65x.env4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/ti/am65x/am65x.env b/board/ti/am65x/am65x.env
index 814374d..631997e 100644
--- a/board/ti/am65x/am65x.env
+++ b/board/ti/am65x/am65x.env
@@ -27,3 +27,7 @@ get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}
args_ubi=setenv bootargs console=${console} ${optargs}
rootfstype=ubifs root=ubi0:rootfs rw ubi.mtd=ospi.rootfs
+#if CONFIG_TI_ICSSG_PRUETH
+storage_interface=mmc
+fw_dev_part=1:2
+#endif