summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-08-03 07:59:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-03 15:50:01 +0200
commit1e1c4dcd8c7b8903afe7c622bcb1d4eb4382c264 (patch)
tree504236c929395df3351c209cc151c40af7328c59 /arch/arm/Kconfig
parentbbe683b1e4ef31a6300f3ab84ce25dbb04567cba (diff)
downloadbarebox-1e1c4dcd8c7b8903afe7c622bcb1d4eb4382c264.tar.gz
barebox-1e1c4dcd8c7b8903afe7c622bcb1d4eb4382c264.tar.xz
arm: at91: add custom barebox-arm-head
On at91 we need to put the size to load is the sram at the 6th exception vector Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8b0a28ddab..ce32efbaef 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -27,6 +27,7 @@ config ARCH_AT91
select GENERIC_GPIO
select CLKDEV_LOOKUP
select HAS_DEBUG_LL
+ select HAVE_MACH_ARM_HEAD
config ARCH_EP93XX
bool "Cirrus Logic EP93xx"