| #include <env/ti/ti_common.env> |
| #include <env/ti/mmc.env> |
| #include <env/ti/k3_dfu.env> |
| args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 ${mtdparts} |
| run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr} |
| boot_targets=mmc1 mmc0 usb pxe dhcp |
| args_usb=run finduuid;setenv bootargs console=${console} |
| rootfstype=${mmcrootfstype} |
| init_usb=run args_all args_usb |
| get_fdt_usb=load usb ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt} |
| for overlay in $name_overlays; |
| load usb ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply |
| get_kern_usb=load usb ${bootpart} ${loadaddr} |
| get_fit_usb=load usb ${bootpart} ${addr_fit} |