aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/slippy/Kconfig
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-30 02:11:24 -0500
committerPatrick Georgi <pgeorgi@google.com>2020-03-31 10:34:42 +0000
commit61ba3ac92e832259acd831ab6fab2946f57c7035 (patch)
treeb6351d96549e9d6bace8cde0c89dbdbf2e9dd744 /src/mainboard/google/slippy/Kconfig
parent98f609aad4b6d6b6a09efaa011a1f02116935acd (diff)
mb/google/slippy: Convert variants to use override devicetree
Since the variants' devicetrees are almost identical, convert to using an overridetree setup for simplicity. Test: build all slippy variants, compare generated static.c to ensure resulting generated contents unchanged (although layout will) Change-Id: If237fad38a1bccfb8e51edfae3ecb75d05ade240 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39919 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/slippy/Kconfig')
-rw-r--r--src/mainboard/google/slippy/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/slippy/Kconfig b/src/mainboard/google/slippy/Kconfig
index 94ade7a546..21659ab675 100644
--- a/src/mainboard/google/slippy/Kconfig
+++ b/src/mainboard/google/slippy/Kconfig
@@ -48,9 +48,9 @@ config MAINBOARD_FAMILY
string
default "Google_Slippy"
-config DEVICETREE
+config OVERRIDE_DEVICETREE
string
- default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb"
+ default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb"
config MAX_CPUS
int