mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
board: ti: am64x: Set 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 different 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>
This commit is contained in:
parent
37a7eacf6a
commit
4761524cd1
@ -39,3 +39,8 @@ usbboot=setenv boot usb;
|
||||
run get_kern_usb;
|
||||
run get_fdt_usb;
|
||||
run run_kern;
|
||||
|
||||
#if CONFIG_TI_ICSSG_PRUETH
|
||||
storage_interface=mmc
|
||||
fw_dev_part=1:2
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user