diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-02-10 16:33:39 +0100 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2019-08-29 20:47:18 +0000 |
commit | bd0a93fa28918b461eb178a5a25a27483d15d823 (patch) | |
tree | 23e5ba3e3079874b15f9d3954fbbf30ce92db7cc /src/mainboard/google | |
parent | a1af2757b5c4f40a859b3b38262cb6d21a2b0926 (diff) | |
download | coreboot-bd0a93fa28918b461eb178a5a25a27483d15d823.tar.xz |
arch/arm: Make ARM stages select ARCH_ARM
This removes the need to select ARCH_ARM in SOC Kconfig
Also don't define the default as this result in spurious lines in the
.config.
Change-Id: I1ed4a71599641db606510e5304b9f0acf9b7eb88
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31313
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/nyan_blaze/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/nyan_blaze/Kconfig b/src/mainboard/google/nyan_blaze/Kconfig index a5b174781e..1e91da9d9e 100644 --- a/src/mainboard/google/nyan_blaze/Kconfig +++ b/src/mainboard/google/nyan_blaze/Kconfig @@ -17,7 +17,6 @@ if BOARD_GOOGLE_NYAN_BLAZE config BOARD_SPECIFIC_OPTIONS def_bool y - select ARCH_ARM select COMMON_CBFS_SPI_WRAPPER select EC_GOOGLE_CHROMEEC select EC_GOOGLE_CHROMEEC_SPI |