summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-24 10:18:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-27 19:30:04 +0200
commit47940bbe44846549631389bdf21d4c4bb5dccc8b (patch)
treef00cce78e3a840991cf8e54b065976073aff9266 /arch/arm/mach-omap/Kconfig
parent3b455c441aabe811a3056341e4f7b02a90aa1724 (diff)
downloadbarebox-47940bbe44846549631389bdf21d4c4bb5dccc8b.tar.gz
barebox-47940bbe44846549631389bdf21d4c4bb5dccc8b.tar.xz
ARM OMAP3: rename arch_init_lowlevel to board_init_lowlevel
OMAP3 is the only architecture which has a arch_init_lowlevel in which it invalidates the dcache. This can easily be done in board_init_lowlevel aswell. Since on OMAP3 we are always executed in SRAM we'll never need a board specific lowlevel_init. So the easiest way of getting rid of this special handling is to just rename the function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/Kconfig')
-rw-r--r--arch/arm/mach-omap/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index d735284a11..9c76a965f6 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -37,7 +37,6 @@ config ARCH_OMAP3
select CPU_V7
select GENERIC_GPIO
select OMAP3_LOWLEVEL_INIT
- select ARCH_HAS_LOWLEVEL_INIT
select OMAP_CLOCK_SOURCE_S32K
help
Say Y here if you are using Texas Instrument's OMAP343x based platform