projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b161ffb
)
board: gateworks: venice: assume emmc device for USB boot
author
Tim Harvey
<tharvey@gateworks.com>
Fri, 9 Jun 2023 16:51:46 +0000
(09:51 -0700)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/board/gateworks/venice/venice.c
b/board/gateworks/venice/venice.c
index 803582c55b99ddc13ddf23af05e30d73b6ff866f..3067480e6ac7f5d0f172170cd4f4a98189012e81 100644
(file)
--- a/
board/gateworks/venice/venice.c
+++ b/
board/gateworks/venice/venice.c
@@
-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)