forked from OERV-BSP/u-boot
Siddharth Vadapalli <s-vadapalli@ti.com> says: This series enables USB DFU and USB Mass Storage functionality for AM62, AM62-LP, AM62A, AM62P and J722S SoCs. Link: https://lore.kernel.org/r/20250210112239.2639009-1-s-vadapalli@ti.com
28 lines
550 B
Bash
28 lines
550 B
Bash
#include <env/ti/ti_common.env>
|
|
#include <env/ti/mmc.env>
|
|
#include <env/ti/k3_dfu.env>
|
|
|
|
#if CONFIG_CMD_REMOTEPROC
|
|
#include <env/ti/k3_rproc.env>
|
|
#endif
|
|
|
|
rproc_fw_binaries= 0 /lib/firmware/am62p-mcu-r5f0_0-fw
|
|
|
|
name_kern=Image
|
|
console=ttyS2,115200n8
|
|
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
|
|
${mtdparts}
|
|
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
|
|
|
|
boot_targets=mmc1 mmc0 usb pxe dhcp
|
|
boot=mmc
|
|
mmcdev=1
|
|
bootpart=1:2
|
|
bootdir=/boot
|
|
rd_spec=-
|
|
|
|
#if CONFIG_BOOTMETH_ANDROID
|
|
#include <env/ti/android.env>
|
|
adtb_idx=3
|
|
#endif
|