diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2020-03-30 02:11:24 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-31 10:34:42 +0000 |
commit | 61ba3ac92e832259acd831ab6fab2946f57c7035 (patch) | |
tree | b6351d96549e9d6bace8cde0c89dbdbf2e9dd744 /src/mainboard/google/slippy/Kconfig | |
parent | 98f609aad4b6d6b6a09efaa011a1f02116935acd (diff) | |
download | coreboot-61ba3ac92e832259acd831ab6fab2946f57c7035.tar.xz |
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/Kconfig | 4 |
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 |