[PATCH] arm: omap: am33xx_generic: detect more boot sources
Sascha Hauer
s.hauer at pengutronix.de
Thu May 15 01:06:41 PDT 2014
From: Jan Luebbe <jlu at pengutronix.de>
Signed-off-by: Jan Luebbe <jlu at pengutronix.de>
---
arch/arm/mach-omap/am33xx_generic.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/mach-omap/am33xx_generic.c b/arch/arm/mach-omap/am33xx_generic.c
index c227918..cee817e 100644
--- a/arch/arm/mach-omap/am33xx_generic.c
+++ b/arch/arm/mach-omap/am33xx_generic.c
@@ -141,6 +141,12 @@ static int am33xx_bootsource(void)
case 0x0b:
src = BOOTSOURCE_SPI;
break;
+ case 0x41:
+ src = BOOTSOURCE_SERIAL;
+ break;
+ case 0x44:
+ src = BOOTSOURCE_USB;
+ break;
default:
src = BOOTSOURCE_UNKNOWN;
}
--
2.0.0.rc0
More information about the barebox
mailing list