public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] spl: define BOOT_DEVICE_USB
@ 2016-02-02  6:45 Masahiro Yamada
  2016-02-02  9:32 ` Masahiro Yamada
  2016-02-02 10:03 ` Albert ARIBAUD
  0 siblings, 2 replies; 4+ messages in thread
From: Masahiro Yamada @ 2016-02-02  6:45 UTC (permalink / raw)
  To: u-boot

This macro is referenced from common/spl/spl.c

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/include/asm/spl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h
index 5c5d33f..19c38f4 100644
--- a/arch/arm/include/asm/spl.h
+++ b/arch/arm/include/asm/spl.h
@@ -24,6 +24,7 @@ enum {
 	BOOT_DEVICE_NOR,
 	BOOT_DEVICE_UART,
 	BOOT_DEVICE_SPI,
+	BOOT_DEVICE_USB,
 	BOOT_DEVICE_SATA,
 	BOOT_DEVICE_I2C,
 	BOOT_DEVICE_BOARD,
-- 
1.9.1

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

end of thread, other threads:[~2016-02-02 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02  6:45 [U-Boot] [PATCH] spl: define BOOT_DEVICE_USB Masahiro Yamada
2016-02-02  9:32 ` Masahiro Yamada
2016-02-02 10:03 ` Albert ARIBAUD
2016-02-02 10:21   ` Masahiro Yamada

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