aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zork/Kconfig
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2020-06-23 22:32:52 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-07-14 16:08:43 +0000
commitddeba9f196c8c6d9f5d6c4c0092db48e48b6cee0 (patch)
treeb9294562682abe118973f50edafdb118c6e403ae /src/mainboard/google/zork/Kconfig
parent51c6d4429c65e01ac936de078482c4bab1a7a078 (diff)
mb/google/zork: Split devicetree between baseboards
Split zork baseboard devicetree between dalboz and trembyle. The devicetree is simply duplicated, no other changes in this commit. BUG=b:158096224 TEST=Build coreboot for zork Signed-off-by: Rob Barnes <robbarnes@google.com> Change-Id: I5b26770790092c69db9567fa4337edd21a6ed809 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42741 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/zork/Kconfig')
-rw-r--r--src/mainboard/google/zork/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig
index 891f2b8339..9740d632ac 100644
--- a/src/mainboard/google/zork/Kconfig
+++ b/src/mainboard/google/zork/Kconfig
@@ -81,7 +81,8 @@ config MAINBOARD_PART_NUMBER
config DEVICETREE
string
- default "variants/baseboard/devicetree.cb"
+ default "variants/baseboard/devicetree_trembyle.cb" if BOARD_GOOGLE_BASEBOARD_TREMBYLE
+ default "variants/baseboard/devicetree_dalboz.cb" if BOARD_GOOGLE_BASEBOARD_DALBOZ
config OVERRIDE_DEVICETREE
string