Skip to content

Commit

Permalink
board: ti: am62x: am62x.env: Fix boot_targets
Browse files Browse the repository at this point in the history
ti_mmc is not a valid boot_target for standard boot flow so
remove it. Prefer mmc1 (sd-card) over mmc0 (emmc).

Signed-off-by: Roger Quadros <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
  • Loading branch information
rogerq authored and trini committed Oct 12, 2023
1 parent d55249e commit ab54d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/ti/am62x/am62x.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
${mtdparts}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}

boot_targets=ti_mmc mmc0 mmc1 usb pxe dhcp
boot_targets=mmc1 mmc0 usb pxe dhcp
boot=mmc
mmcdev=1
bootpart=1:2
Expand Down

0 comments on commit ab54d9b

Please sign in to comment.