mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 06:46:59 +00:00
Add explicit boot_targets to indicate the specific boot sequence to follow. Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
29 lines
787 B
Bash
29 lines
787 B
Bash
#include <env/ti/ti_common.env>
|
|
#include <env/ti/mmc.env>
|
|
#include <env/ti/ufs.env>
|
|
#include <env/ti/k3_dfu.env>
|
|
|
|
#if CONFIG_CMD_REMOTEPROC
|
|
#include <env/ti/k3_rproc.env>
|
|
#endif
|
|
|
|
name_kern=Image
|
|
console=ttyS2,115200n8
|
|
args_all=setenv optargs earlycon=ns16550a,mmio32,0x02880000
|
|
${mtdparts}
|
|
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
|
|
|
|
boot_targets=mmc1 mmc0 usb pxe dhcp
|
|
boot=mmc
|
|
mmcdev=1
|
|
bootpart=1:2
|
|
bootdir=/boot
|
|
#if CONFIG_TARGET_J721S2_R5_EVM
|
|
addr_mcur5f0_0load=0x89000000
|
|
name_mcur5f0_0fw=/lib/firmware/j7-mcu-r5f0_0-fw
|
|
#endif
|
|
rd_spec=-
|
|
|
|
rproc_fw_binaries= 2 /lib/firmware/j721s2-main-r5f0_0-fw 3 /lib/firmware/j721s2-main-r5f0_1-fw 4 /lib/firmware/j721s2-main-r5f1_0-fw 5 /lib/firmware/j721s2-main-r5f1_1-fw 6 /lib/firmware/j721s2-c71_0-fw 7 /lib/firmware/j721s2-c71_1-fw
|
|
|
|
|