diff options
author | Keith Hui <buurin@gmail.com> | 2020-03-28 21:54:17 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-04-20 06:41:25 +0000 |
commit | 4ec683d0776c50af3d93d158235b834f5d65b579 (patch) | |
tree | fa48287a13cc02d93b10cc50013a802c191c40a2 /src/mainboard/asus/p2b/Kconfig | |
parent | a48e7111209f7257cf40b317dc4df42e7c13ae24 (diff) |
mb/asus/p2b*: Switch to overridetree
All variants will use the same lid/thermal-polarity config as a result,
which looks the same for all recently boot-tested variants anyway.
Change-Id: Iaaae4eae41ab0037e72375b255d9d1c3eca8d383
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39905
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/p2b/Kconfig')
-rw-r--r-- | src/mainboard/asus/p2b/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/p2b/Kconfig b/src/mainboard/asus/p2b/Kconfig index 3895990eaa..0bee04f994 100644 --- a/src/mainboard/asus/p2b/Kconfig +++ b/src/mainboard/asus/p2b/Kconfig @@ -56,9 +56,9 @@ config VARIANT_DIR default "p2b-f" if BOARD_ASUS_P2B_F default "p2b-ls" if BOARD_ASUS_P2B_LS -config DEVICETREE +config OVERRIDE_DEVICETREE string - default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb" if ! BOARD_ASUS_P2B + default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb" config IRQ_SLOT_COUNT int |