summaryrefslogtreecommitdiff
path: root/hikey
diff options
context:
space:
mode:
Diffstat (limited to 'hikey')
-rw-r--r--hikey/BoardConfig.mk4
-rw-r--r--hikey/fstab.hikey-3.18 (renamed from hikey/fstab.hikey-4.1)0
2 files changed, 2 insertions, 2 deletions
diff --git a/hikey/BoardConfig.mk b/hikey/BoardConfig.mk
index f4529901..9996f485 100644
--- a/hikey/BoardConfig.mk
+++ b/hikey/BoardConfig.mk
@@ -1,14 +1,14 @@
include device/linaro/hikey/BoardConfigCommon.mk
TARGET_BOARD_PLATFORM := hikey
-ifeq ($(TARGET_KERNEL_USE), 4.1)
+ifeq ($(TARGET_KERNEL_USE), 3.18)
BOARD_KERNEL_CMDLINE := console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime
else
BOARD_KERNEL_CMDLINE := console=ttyFIQ0 androidboot.console=ttyFIQ0 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime
endif
## printk.devkmsg only has meaning for kernel 4.9 and later
-## it would be ignored by kernel 4.1 and kernel 4.4
+## it would be ignored by kernel 3.18 and kernel 4.4
BOARD_KERNEL_CMDLINE += printk.devkmsg=on
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1610612736
diff --git a/hikey/fstab.hikey-4.1 b/hikey/fstab.hikey-3.18
index ceab636d..ceab636d 100644
--- a/hikey/fstab.hikey-4.1
+++ b/hikey/fstab.hikey-3.18