Skip to content

Commit

Permalink
Merge "kiwi: enable compiling kernel images from official kiwi source…
Browse files Browse the repository at this point in the history
…s." into android-7.1
  • Loading branch information
bigbiff authored and Gerrit Code Review committed Jan 8, 2018
2 parents 16c67de + 1a2c5f1 commit 2a7ced0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BoardConfig.mk
Expand Up @@ -52,8 +52,11 @@ BOARD_USES_QCOM_HARDWARE := true
BOARD_KERNEL_BASE := 0x80000000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 --dt $(LOCAL_PATH)/recovery/dt.img
TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/recovery/kernel
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x02000000 --tags_offset 0x01E00000
BOARD_KERNEL_SEPARATED_DT := true
BOARD_KERNEL_IMAGE_NAME := Image
TARGET_KERNEL_SOURCE := kernel/huawei/kiwi
TARGET_KERNEL_CONFIG := kiwi-64_defconfig

# Partitions
TARGET_USERIMAGES_USE_EXT4 := true
Expand Down

0 comments on commit 2a7ced0

Please sign in to comment.