5dbf689b62
s5p-common mostly contained duplicate files, drop the whole directory and merge the few pieces that we are using into exynos5-common. Change-Id: I5f18e8a6d2379d719ab6bbbf817fe15bda70d17f Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2405 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
10 lines
195 B
Text
10 lines
195 B
Text
config CPU_SAMSUNG_EXYNOS5
|
|
depends on ARCH_ARMV7
|
|
select HAVE_UART_SPECIAL
|
|
select DEFAULT_EARLY_CONSOLE
|
|
bool
|
|
default n
|
|
|
|
if CPU_SAMSUNG_EXYNOS5
|
|
source src/cpu/samsung/exynos5250/Kconfig
|
|
endif
|