public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] board: gateworks: venice: assume emmc device for USB boot
@ 2023-06-09 16:51 Tim Harvey
  2023-07-11 19:42 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Harvey @ 2023-06-09 16:51 UTC (permalink / raw)
  To: u-boot, Fabio Estevam; +Cc: NXP i . MX U-Boot Team, Stefano Babic, Tim Harvey

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/gateworks/venice/venice.c b/board/gateworks/venice/venice.c
index 803582c55b99..3067480e6ac7 100644
--- 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)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] board: gateworks: venice: assume emmc device for USB boot
  2023-06-09 16:51 [PATCH] board: gateworks: venice: assume emmc device for USB boot Tim Harvey
@ 2023-07-11 19:42 ` sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2023-07-11 19:42 UTC (permalink / raw)
  To: Tim Harvey, u-boot

> When booting from USB (SDP) setup firmware-update environment
> for emmc device.
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-11 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 16:51 [PATCH] board: gateworks: venice: assume emmc device for USB boot Tim Harvey
2023-07-11 19:42 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox