mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
board: ti: am62x: am62x.env: Fix boot_targets
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 <rogerq@kernel.org> Reviewed-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
d55249e153
commit
ab54d9b28d
@ -8,7 +8,7 @@ args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
|
|||||||
${mtdparts}
|
${mtdparts}
|
||||||
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
|
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
|
boot=mmc
|
||||||
mmcdev=1
|
mmcdev=1
|
||||||
bootpart=1:2
|
bootpart=1:2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user