diff options
author | AdrianDC <radian.dc@gmail.com> | 2017-10-24 03:05:27 -0300 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | 81cdea1c7275e01e3285c4d96701ab43c1b48150 (patch) | |
tree | 1174a9afb6c789e8d23b207da65a2f2ee85d86ed | |
parent | 67570b24a665becc9e382f0b9defe5398040c5ab (diff) |
shinano-common: Define kernel zImage name
* Automated detection removed in following commit:
https://review.lineageos.org/#/c/192397/
Change-Id: I613c1756f52d78e5af9033a810a86968a0f3623e
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ba9ec34..3d6319a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -25,6 +25,7 @@ PRODUCT_PLATFORM:= shinano BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x37 ehci-hcd.park=3 dwc3.maximum_speed=high dwc3_msm.prop_chg_detect=Y +BOARD_KERNEL_IMAGE_NAME := zImage BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 BOARD_KERNEL_SEPARATED_DT := true TARGET_DTB_EXTRA_FLAGS := --force-v2 |