ARMv7: Drop SKIP_LOWLEVEL_INIT

It's not used.

Change-Id: I713d60209815f0aad93f5d4d3afef9f825db427e
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2393
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Stefan Reinauer
2013-02-14 13:42:55 -08:00
committed by Stefan Reinauer
parent f151a81f8b
commit fc4823d245
2 changed files with 0 additions and 14 deletions

View File

@@ -10,13 +10,6 @@ config CPU_SAMSUNG_EXYNOS5
bool
default n
config SKIP_LOWLEVEL_INIT
bool "Skip low-level init"
default n
help
Certain functions (ie PLL init) and processor features may already be
handled by masked ROM code.
if CPU_SAMSUNG_EXYNOS5
source src/cpu/samsung/exynos5250/Kconfig
endif