From 80d404b929c222f3fdc7ecad7694753c8c27a537 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Sun, 11 Sep 2016 16:00:11 +0200 Subject: BOARD_KERNEL_IMAGE_NAME for recent Android common kernel A recent Android common kernel has a mechanism to attach the dtb, so only the name has to be changed. The mainline kernel doesn't have this feature. Signed-off-by: Wolfgang Wiedmeyer --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index aba1991..e8b11b1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -37,6 +37,9 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/i9300/bluetooth # Kernel TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 TARGET_KERNEL_CONFIG := cyanogenmod_i9300_defconfig +# for a recent Android common kernel +#BOARD_KERNEL_IMAGE_NAME := zImage-dtb +# for the mainline kernel #BOARD_CUSTOM_BOOTIMG_MK := device/samsung/i9300/mkbootimg.mk # Recovery -- cgit v1.1