summaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Kconfig
diff options
context:
space:
mode:
authorTim Chen <Tim-Chen@quantatw.com>2017-08-21 17:11:39 +0800
committerAaron Durbin <adurbin@chromium.org>2017-08-24 03:19:11 +0000
commit1f3af89895da6cdff184554f52ddb0a4b0c7ec18 (patch)
tree384245cd5598b019d08e45c1c8470e2ee12e46ab /src/mainboard/google/reef/Kconfig
parentf5fe3590af9a67f9fd3adaee85168d3cac0d84d0 (diff)
downloadcoreboot-1f3af89895da6cdff184554f52ddb0a4b0c7ec18.tar.xz
mb/google/coral: Copy devicetree.cb from baseboard
It is a copy from baseboard/devicetree.cb (coreboot.org ToT) BUG=b:64880573 BRANCH=master TEST=emerge-coral coreboot chromeos-bootimage Change-Id: I5db730c1974a96547fe7fda63689b7c5bfaefc66 Signed-off-by: Tim Chen <Tim-Chen@quantatw.com> Reviewed-on: https://review.coreboot.org/21130 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r--src/mainboard/google/reef/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 61509b95d4..41d3dcb441 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -61,6 +61,7 @@ config VARIANT_DIR
config DEVICETREE
string
+ default "variants/coral/devicetree.cb" if BOARD_GOOGLE_CORAL
default "variants/pyro/devicetree.cb" if BOARD_GOOGLE_PYRO
default "variants/sand/devicetree.cb" if BOARD_GOOGLE_SAND
default "variants/snappy/devicetree.cb" if BOARD_GOOGLE_SNAPPY