[U-Boot] [PATCH] ARM: rpi_b: enable GENERIC_BOARD
Stephen Warren
swarren at wwwdotorg.org
Sat Jun 14 07:37:49 CEST 2014
Serial port, SD card, and LCD all work.
Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
---
include/configs/rpi_b.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h
index ed8b4df..ff48598 100644
--- a/include/configs/rpi_b.h
+++ b/include/configs/rpi_b.h
@@ -20,6 +20,7 @@
#include <linux/sizes.h>
/* Architecture, CPU, etc.*/
+#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_ARM1176
#define CONFIG_BCM2835
#define CONFIG_ARCH_CPU_INIT
--
1.9.1
More information about the U-Boot
mailing list