1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-04-11 09:50:00 +02:00

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>
This commit is contained in:
MD Danish Anwar
2024-04-16 14:50:18 +05:30
committed by Tom Rini
parent 3752a46b1d
commit f6afbf6f36

View File

@@ -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