summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm2835
diff options
context:
space:
mode:
authorCarlo Caione <carlo.caione@gmail.com>2012-10-18 21:42:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-21 10:51:19 +0200
commit33f59d8a81b4f870239b79ef274609b964292f84 (patch)
tree17333a2d977dbbe892bfab44d6f7d4a94e14e3cc /arch/arm/mach-bcm2835
parent0a4762880dd3d7a00f50172233fe9a155000dd3f (diff)
downloadbarebox-33f59d8a81b4f870239b79ef274609b964292f84.tar.gz
barebox-33f59d8a81b4f870239b79ef274609b964292f84.tar.xz
Raspberry-Pi: add support (board)
Tested-By: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Carlo Caione <carlo.caione@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-bcm2835')
-rw-r--r--arch/arm/mach-bcm2835/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm2835/Kconfig b/arch/arm/mach-bcm2835/Kconfig
index c42fe1cf43..9d97aea2b8 100644
--- a/arch/arm/mach-bcm2835/Kconfig
+++ b/arch/arm/mach-bcm2835/Kconfig
@@ -1,3 +1,18 @@
if ARCH_BCM2835
+config ARCH_TEXT_BASE
+ hex
+ default 0x04000000 if MACH_RPI
+
+config BOARDINFO
+ default "RaspberryPi (BCM2835/ARM1176JZF-S)" if MACH_RPI
+
+choice
+ prompt "Broadcom Board type"
+
+config MACH_RPI
+ bool "RaspberryPi (BCM2835/ARM1176JZF-S)"
+
+endchoice
+
endif