aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/gru/Kconfig
diff options
context:
space:
mode:
authorShunqian Zheng <zhengsq@rock-chips.com>2017-02-14 11:45:20 +0800
committerJulius Werner <jwerner@chromium.org>2017-04-11 04:22:09 +0200
commit4f4410dcbc56b14d1a078f078baab754046a5c69 (patch)
treed24467ae6f2ef4205586e745c6da5bf02cdcb14d /src/mainboard/google/gru/Kconfig
parent08117c412c90be8647714721b7fe3109726f7ae1 (diff)
scarlet/gru: skip display because mipi driver not ready
Scarlet don't have eDP and MIPI driver is not ready, skipping display for now or else Scarlet would be stuck in reading eDP HPD because there even not power for it. TEST=boot to kernel on Scarlet Change-Id: I02ab4ef21bf77b98414f537aca57b46c11922348 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com> Reviewed-on: https://review.coreboot.org/19237 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/gru/Kconfig')
-rw-r--r--src/mainboard/google/gru/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/gru/Kconfig b/src/mainboard/google/gru/Kconfig
index 43f671b600..feb14c0bcb 100644
--- a/src/mainboard/google/gru/Kconfig
+++ b/src/mainboard/google/gru/Kconfig
@@ -83,6 +83,11 @@ config CONSOLE_SERIAL_UART_ADDRESS
##########################################################
#### Update below when adding a new derivative board. ####
##########################################################
+config DEVICETREE
+ string
+ default "devicetree.scarlet.cb" if BOARD_GOOGLE_SCARLET
+ default "devicetree.cb"
+
config MAINBOARD_PART_NUMBER
string
default "Scarlet" if BOARD_GOOGLE_SCARLET