mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +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;
|
||||
break;
|
||||
default:
|
||||
bootdev = 2; /* assume SDHC3 (eMMC) if booting over SDP */
|
||||
break;
|
||||
}
|
||||
if (bootdev != -1)
|
||||
|
|
Loading…
Reference in a new issue