summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-24 10:18:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-25 09:40:55 +0200
commitfd5cd6084afc0595f76f0e6caab4589a9bdeb5a5 (patch)
tree39a97bec0e8363475e7a5533992ae145a71f65b3 /common
parentbe123bd696bed1a21153ede0c3fc362f4fa9d46f (diff)
downloadbarebox-fd5cd6084afc0595f76f0e6caab4589a9bdeb5a5.tar.gz
barebox-fd5cd6084afc0595f76f0e6caab4589a9bdeb5a5.tar.xz
ARM: remove ARCH_HAS_LOWLEVEL_INIT
This is unused now and not needed. We have a board_init_lowlevel. If a board needs some architecture setup it can always call it from its board_init_lowlevel. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/Kconfig b/common/Kconfig
index b97392cfdb..bcc35819c0 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -292,9 +292,6 @@ config MACH_DO_LOWLEVEL_INIT
on many platforms. Disabling this option allows configurations to use
barebox as a second stage boot loader.
-config ARCH_HAS_LOWLEVEL_INIT
- bool
-
config PROMPT
string
prompt "barebox command prompt"