[U-Boot] [PATCH 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi

Vikram Narayanan vikram186 at gmail.com
Sun Jun 24 19:22:18 CEST 2012


Add the driver to the rpi_b's default config

Signed-off-by: Vikram Narayanan <vikram186 at gmail.com>
Cc: Stephen Warren <swarren at wwwdotorg.org>
Cc: Albert Aribaud <albert.u.boot at aribaud.net>
---
 include/configs/rpi_b.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h
index f547027..fb45a18 100644
--- a/include/configs/rpi_b.h
+++ b/include/configs/rpi_b.h
@@ -43,7 +43,9 @@
 #define CONFIG_SYS_NO_FLASH
 
 /* Devices */
-/* None yet */
+/* GPIO */
+#define CONFIG_BCM2835_GPIO
+
 
 /* Console UART */
 #define CONFIG_PL011_SERIAL
-- 
1.7.4.1




More information about the U-Boot mailing list