summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-11-09 21:12:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-09 21:12:48 +0000
commitb5083a3c2342d6dadeb492f0aef2fc4c6a3600f6 (patch)
tree1ec849ef36586cd23a43c9f3e23421cd1bebf586
parentea370f3c07e0621dcc660b794ee0f223347e8feb (diff)
parenta6bb66b87c538a60067c7b37cdfa044d55dba347 (diff)
downloadhikey-b5083a3c2342d6dadeb492f0aef2fc4c6a3600f6.tar.gz
-rw-r--r--hikey960/BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/hikey960/BoardConfig.mk b/hikey960/BoardConfig.mk
index a670f4f9..49fd4e06 100644
--- a/hikey960/BoardConfig.mk
+++ b/hikey960/BoardConfig.mk
@@ -11,6 +11,10 @@ TARGET_NO_DTIMAGE := false
BOARD_KERNEL_CMDLINE := androidboot.hardware=hikey960 console=ttyFIQ0 androidboot.console=ttyFIQ0
BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware loglevel=15 efi=noruntime
+ifeq ($(TARGET_BUILTIN_EDID), true)
+BOARD_KERNEL_CMDLINE += drm_kms_helper.edid_firmware=edid/1920x1080.bin
+endif
+
ifneq ($(TARGET_ANDROID_VERITY),)
# Enable dtb fstab for treble, with verity and system-as-root
# NOTE: Disabled by default until b/111829702 is fixed