mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 14:56:03 +00:00
board: gateworks: venice: assume emmc device for USB boot
When booting from USB (SDP) setup firmware-update environment for emmc device. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
b161ffbb0e
commit
a59b3cd035
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ int board_late_init(void)
|
||||||
bootdev = 2;
|
bootdev = 2;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
bootdev = 2; /* assume SDHC3 (eMMC) if booting over SDP */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (bootdev != -1)
|
if (bootdev != -1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue