summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-09-11 16:00:11 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-09-11 16:00:11 +0200
commit80d404b929c222f3fdc7ecad7694753c8c27a537 (patch)
tree25b618731f5bab4133d37a7beff18629f7740149
parent75c18c6349a04cbc7cd2e20e5775602a7b85b236 (diff)
downloaddevice_samsung_i9300-80d404b929c222f3fdc7ecad7694753c8c27a537.zip
device_samsung_i9300-80d404b929c222f3fdc7ecad7694753c8c27a537.tar.gz
device_samsung_i9300-80d404b929c222f3fdc7ecad7694753c8c27a537.tar.bz2
BOARD_KERNEL_IMAGE_NAME for recent Android common kernelreplicant-6.0-alpha-0005
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 <wolfgit@wiedmeyer.de>
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
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