summaryrefslogtreecommitdiff
path: root/hikey960/BoardConfig.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-04-11 15:37:34 -0700
committerAlistair Strachan <astrachan@google.com>2018-06-16 01:18:18 -0700
commit3424dc39a031555bf2570f4d6e5f90e74bb4a14d (patch)
tree6c2e43fdbb6e6ca3311fb88b84390f0c0d6434f3 /hikey960/BoardConfig.mk
parentadcdbec90a3bfa480c6b37d07c35a09f388b2ae9 (diff)
downloadhikey-3424dc39a031555bf2570f4d6e5f90e74bb4a14d.tar.gz
Enable FULL_TREBLE on hikey/hikey960
This is basically the current state of the rest of the FULL_TREBLE enablement bits for both hikey/hikey960 This patch also requires kernels that are rebuilt to include the DTS fstab changes seen here: https://git.linaro.org/people/john.stultz/android-dev.git/log/?h=dev/treble Credit for this patch goes to Vishal Bhoj <vishal.bhoj@linaro.org> who basically was the original author and magician who got things working. I've only refactored and split up his changes to help with the submissions. Change-Id: Iab0f5fc93bdfd1b86c98aa1d54974fde33514063 Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'hikey960/BoardConfig.mk')
-rw-r--r--hikey960/BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/hikey960/BoardConfig.mk b/hikey960/BoardConfig.mk
index 122fc67c..1ba08dbf 100644
--- a/hikey960/BoardConfig.mk
+++ b/hikey960/BoardConfig.mk
@@ -10,6 +10,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
+
+#Enable dtb fstab for treble
+BOARD_KERNEL_CMDLINE += overlay_mgr.overlay_dt_entry=hardware_cfg_enable_android_fstab
+
ifneq ($(TARGET_SENSOR_MEZZANINE),)
BOARD_KERNEL_CMDLINE += overlay_mgr.overlay_dt_entry=hardware_cfg_$(TARGET_SENSOR_MEZZANINE)
endif