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:
Tim Harvey 2023-06-09 09:51:46 -07:00 committed by Stefano Babic
parent b161ffbb0e
commit a59b3cd035

View file

@ -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)