summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-12-12 15:57:06 -0800
committerAlistair Strachan <astrachan@google.com>2019-01-14 11:12:06 -0800
commit7047ecac48c83c36c185421ed4fa19dcb74936a3 (patch)
treed5dc2a244040d720748a41d25c3d77f1b362dc50
parente0bf197ee97b29af2ff5bb0396d65914776f2671 (diff)
downloadhikey-7047ecac48c83c36c185421ed4fa19dcb74936a3.tar.gz
hikey: Totally remove FIQ console
This removes the conditional FIQ console support on hikey. NOTE: This should land right after prebuilt kernels for 4.4 4.9 and 4.14 that contain matching versions of: https://android-review.googlesource.com/c/kernel/hikey-linaro/+/848797/ Change-Id: I78f12c05d4bc22a69f7c07a765357494c6d60529 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--hikey/BoardConfig.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/hikey/BoardConfig.mk b/hikey/BoardConfig.mk
index 1eab567c..360c777e 100644
--- a/hikey/BoardConfig.mk
+++ b/hikey/BoardConfig.mk
@@ -6,12 +6,7 @@ TARGET_BOARD_PLATFORM := hikey
TARGET_CPU_VARIANT := cortex-a53
TARGET_2ND_CPU_VARIANT := cortex-a53
-ifeq ($(TARGET_KERNEL_USE), 4.19)
BOARD_KERNEL_CMDLINE := console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/vendor/firmware efi=noruntime
-else
-# FIQ debugger is deprecated and we'll remoeve this once kernel support in prebuilts are yanked
-BOARD_KERNEL_CMDLINE := console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_class.path=/vendor/firmware efi=noruntime
-endif
# Enable dtb fstab for treble, with verity and system-as-root
# NOTE: Disabled by default until b/111829702 is fixed