diff options
| author | Nishanth Menon <[email protected]> | 2023-11-13 08:51:47 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-22 13:46:33 -0500 |
| commit | 24a0806ee7c4c4caa6ee33d5b7b2db5813255361 (patch) | |
| tree | 80129e1da30094028a964a824de017752ff3d881 | |
| parent | 1fd40fa0194d1e0700a5739656c7a81bed25b573 (diff) | |
board: ti: am62ax: env: Set the boot_targets
Set the default boot_targets to map up SD card as priority followed by
emmc and so on.
Signed-off-by: Nishanth Menon <[email protected]>
| -rw-r--r-- | board/ti/am62ax/am62ax.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env index 2af6914e3fa..a6d967e982d 100644 --- a/board/ti/am62ax/am62ax.env +++ b/board/ti/am62ax/am62ax.env @@ -8,6 +8,7 @@ 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 |
