summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-08-03 07:59:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-03 15:50:01 +0200
commitbbe683b1e4ef31a6300f3ab84ce25dbb04567cba (patch)
tree59f8316dc4bfbeab3861df0b234d79e94333e9bb /arch/arm/Kconfig
parentb6240f08fbc03909e07476eab4cc545d6d17ea73 (diff)
downloadbarebox-bbe683b1e4ef31a6300f3ab84ce25dbb04567cba.tar.gz
barebox-bbe683b1e4ef31a6300f3ab84ce25dbb04567cba.tar.xz
arm introduce CONFIG_MACH_ARM_HEAD option to allow custom head
This is needed by at91 to specify the size of the binary to load from the bootrom when booting for non nor flash. 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/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8665c167da..8b0a28ddab 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -14,6 +14,9 @@ config ARM_LINUX
default y
depends on CMD_BOOTZ || CMD_BOOTU || CMD_BOOTM
+config HAVE_MACH_ARM_HEAD
+ bool
+
menu "System Type "
choice