diff options
Diffstat (limited to 'src/mainboard/google/snow/Kconfig')
-rw-r--r-- | src/mainboard/google/snow/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/snow/Kconfig b/src/mainboard/google/snow/Kconfig index 3ebaa5894d..91bd66d990 100644 --- a/src/mainboard/google/snow/Kconfig +++ b/src/mainboard/google/snow/Kconfig @@ -22,7 +22,7 @@ if BOARD_GOOGLE_SNOW config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select ARCH_ARMV7 - select CPU_SAMSUNG_EXYNOS5 + select CPU_SAMSUNG_EXYNOS5250 select HAVE_UART_MEMORY_MAPPED select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_I2C |