aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Kconfig
diff options
context:
space:
mode:
authorKatherine Hsieh <Katherine.Hsieh@quantatw.com>2017-03-09 17:18:50 +0800
committerAaron Durbin <adurbin@chromium.org>2017-03-10 19:48:48 +0100
commit674c089922332a600ac69c596a174c3ad2bce5c4 (patch)
tree20a356991df0f1e15a8da1befff08de03e80ae6d /src/mainboard/google/reef/Kconfig
parent327c5c60ddc14e5f466c7a2f9ac6dcfb4d9f4941 (diff)
google/sand: Add devicetree.cb file for sand
It is a copy from baseboard/devicetree.cb (coreboot.org ToT) BUG=b:35775065 BRANCH=reef TEST=emerge-sand coreboot Change-Id: I5ba86e54ccfbf5af7bf0e9ad8fe7bf22020e48ee Signed-off-by: Katherine Hsieh <Katherine.Hsieh@quantatw.com> Reviewed-on: https://review.coreboot.org/18703 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
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 0243d5783c..2247f19247 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -57,6 +57,7 @@ config VARIANT_DIR
config DEVICETREE
string
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
default "variants/baseboard/devicetree.cb"