diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2014-06-13 23:37:49 -0600 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-07-05 09:32:18 +0200 |
commit | 2460e17593051933bc1ee5dbe2f74100221b0ecb (patch) | |
tree | 1c5cef69e78b064505fa8adaf893fddfa95664b8 /include | |
parent | 30493aac62002575bab14a7c85a37e179f94fe04 (diff) | |
download | u-boot-imx-2460e17593051933bc1ee5dbe2f74100221b0ecb.zip u-boot-imx-2460e17593051933bc1ee5dbe2f74100221b0ecb.tar.gz u-boot-imx-2460e17593051933bc1ee5dbe2f74100221b0ecb.tar.bz2 |
ARM: rpi_b: enable GENERIC_BOARD
Serial port, SD card, and LCD all work.
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rpi_b.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |