summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-06-05 19:45:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-05 19:45:03 +0200
commit9a364f5157fe73e3e1d5ce5f66b2408a94c40eca (patch)
tree2fdb95e5cf4311d4c8f1a5f8b41b49f552f2182b /common
parent596c8450727ff2c9e2a8053e83280682d813c82f (diff)
downloadbarebox-9a364f5157fe73e3e1d5ce5f66b2408a94c40eca.tar.gz
barebox-9a364f5157fe73e3e1d5ce5f66b2408a94c40eca.tar.xz
001-arch-config
[Patch 01/17][Try 3] U-Boot-V2: ARM: Add ARCH lowlevel Init This Patch adds CONFIG_ARCH_HAS_LOWLEVEL_INIT as discussed in thread http://www.nabble.com/-Patch--U-Boot-V2%3A-Introduce-CONFIG_ARCH_HAS_INIT_LOWLEVEL-to17134638.html#a17188894 Signed-off-by: Nishanth Menon<x0nishan@ti.com>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index c7ec266a40..234b91f426 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -133,6 +133,9 @@ config MACH_DO_LOWLEVEL_INIT
on many platforms. Disabling this option allows configurations to use
U-boot as a second stage boot loader.
+config ARCH_HAS_LOWLEVEL_INIT
+ bool
+
config PROMPT
string
prompt "U-Boot command prompt"