From 24a0806ee7c4c4caa6ee33d5b7b2db5813255361 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Mon, 13 Nov 2023 08:51:47 -0600 Subject: [PATCH] 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 --- board/ti/am62ax/am62ax.env | 1 + 1 file changed, 1 insertion(+) diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env index 2af6914e3f..a6d967e982 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 -- 2.39.5