diff options
author | Neha Malcom Francis <n-francis@ti.com> | 2024-05-10 10:20:20 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-16 15:00:38 -0600 |
commit | a70bb482ef314ccd9b5c3319995c2dd4eae460f9 (patch) | |
tree | 672f6d9c3323a783206acc15474771a2969b7307 | |
parent | 2f1e76bcfee75b9f99ade63002c05ffaaec86afb (diff) | |
download | u-boot-a70bb482ef314ccd9b5c3319995c2dd4eae460f9.zip u-boot-a70bb482ef314ccd9b5c3319995c2dd4eae460f9.tar.gz u-boot-a70bb482ef314ccd9b5c3319995c2dd4eae460f9.tar.bz2 |
board: ti: j721s2: j721s2.env: Add explicit boot_targets
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>
-rw-r--r-- | board/ti/j721s2/j721s2.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/j721s2/j721s2.env b/board/ti/j721s2/j721s2.env index 9a03b9f..a6b2255 100644 --- a/board/ti/j721s2/j721s2.env +++ b/board/ti/j721s2/j721s2.env @@ -13,6 +13,7 @@ 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 |