From 6bb07ac73fc88135eed32015a884162eefd31cf2 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 6 Aug 2019 17:02:34 +0200 Subject: Kernel: use unified kenrel configuration Signed-off-by: Denis 'GNUtoo' Carikli --- BoardConfig.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 3d4d582..e631a39 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -29,9 +29,17 @@ TARGET_NO_BOOTLOADER := true BOARD_VENDOR := samsung # Kernel +# To append the dtb to the zImage: +# - Use BOARD_DTB_IMAGE_NAME with the right dtb +# - Make sure that your kernel source doesn't have +# any Android patches that would add the zImage-dtb +# target. +# The vendor/lineage/build/tasks/kernel.mk file +# was modified to add support for that feature. TARGET_KERNEL_SOURCE := kernel/replicant/linux -TARGET_KERNEL_CONFIG := replicant_i9305_defconfig +TARGET_KERNEL_CONFIG := replicant_defconfig BOARD_KERNEL_IMAGE_NAME := zImage-dtb +BOARD_DTB_IMAGE_NAME := exynos4412-i9305.dtb # Recover TARGET_RECOVERY_FSTAB := device/samsung/i9305/fstab.smdk4x12 -- cgit v1.2.3