summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-01-15 21:11:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-17 18:50:31 +0100
commit0adce7ec683b4b325f51de4ac8892b32925d7ef8 (patch)
treec28dfbc7de9c82143e8ae7c6017436a56e1ef3a3 /arch/arm/mach-omap/Kconfig
parentaf24f306bf5c4846cfb65ebbff3ac5bff26b0b05 (diff)
downloadbarebox-0adce7ec683b4b325f51de4ac8892b32925d7ef8.tar.gz
barebox-0adce7ec683b4b325f51de4ac8892b32925d7ef8.tar.xz
ARM omap3: move board_init to pure_initcall
board_init initializes the mux and sdram. For both there is no need to configure this so early. Move the code to a pure_initcall and remove the surrounding unneeded code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: Sanjeev Premi <premi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap/Kconfig')
-rw-r--r--arch/arm/mach-omap/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index baffdffaef..970c899003 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -108,7 +108,6 @@ choice
config MACH_OMAP343xSDP
bool "Texas Instrument's SDP343x"
- select MACH_HAS_LOWLEVEL_INIT
select OMAP_CLOCK_ALL
select HAS_OMAP_NAND
depends on ARCH_OMAP3
@@ -117,7 +116,6 @@ config MACH_OMAP343xSDP
config MACH_BEAGLE
bool "Texas Instrument's Beagle Board"
- select MACH_HAS_LOWLEVEL_INIT
select OMAP_CLOCK_ALL
select HAVE_NOSHELL
select HAS_OMAP_NAND
@@ -127,7 +125,6 @@ config MACH_BEAGLE
config MACH_OMAP3EVM
bool "Texas Instrument's OMAP3 EVM"
- select MACH_HAS_LOWLEVEL_INIT
select OMAP_CLOCK_ALL
select HAVE_NOSHELL
select HAS_OMAP_NAND