diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-05-17 16:18:09 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-20 17:48:29 +0000 |
commit | 741856f7c8d1364444c98954a7efd67aa8fc5098 (patch) | |
tree | 495aa9bb95bc9b8f8dd020560845e9cbe1608e8d /src/mainboard/asus/h61-series/Kconfig | |
parent | 901354b9f0bd9234e092891b8854abd20de48714 (diff) | |
download | coreboot-741856f7c8d1364444c98954a7efd67aa8fc5098.tar.xz |
mb/asus/h61m-cs: Switch to overridetree setup
Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus H61M-CS
remains identical when not adding the .config file in it.
Change-Id: I34eb5387fddcb3505c9218b20b706b773e979b0e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54389
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus/h61-series/Kconfig')
-rw-r--r-- | src/mainboard/asus/h61-series/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/h61-series/Kconfig b/src/mainboard/asus/h61-series/Kconfig index 4b656545c7..6b831e48cf 100644 --- a/src/mainboard/asus/h61-series/Kconfig +++ b/src/mainboard/asus/h61-series/Kconfig @@ -33,14 +33,14 @@ config MAINBOARD_PART_NUMBER default "P8H61-M PRO" if BOARD_ASUS_P8H61_M_PRO # TODO: remove once all boards use overridetrees -if BOARD_ASUS_P8H61_M_LX3_R2_0 || BOARD_ASUS_P8H61_M_PRO +if !BOARD_ASUS_P8H61_M_LX config OVERRIDE_DEVICETREE string default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb" endif -if !BOARD_ASUS_P8H61_M_LX3_R2_0 && !BOARD_ASUS_P8H61_M_PRO +if BOARD_ASUS_P8H61_M_LX config DEVICETREE string |