]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: gateworks: venice: assume emmc device for USB boot
authorTim Harvey <tharvey@gateworks.com>
Fri, 9 Jun 2023 16:51:46 +0000 (09:51 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:05 +0000 (14:40 +0200)
When booting from USB (SDP) setup firmware-update environment
for emmc device.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/venice/venice.c

index 803582c55b99ddc13ddf23af05e30d73b6ff866f..3067480e6ac7f5d0f172170cd4f4a98189012e81 100644 (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)