aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-08-06 17:02:34 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-11-06 18:27:02 +0100
commit6bb07ac73fc88135eed32015a884162eefd31cf2 (patch)
treebd01f763e514403b0e473558b2007f60099e5c4b
parent1415b2a32af664840d0d466c6536b15b6099ce65 (diff)
downloaddevice_samsung_i9305-history/before-10-02-2020-rebase.tar.gz
device_samsung_i9305-history/before-10-02-2020-rebase.tar.bz2
device_samsung_i9305-history/before-10-02-2020-rebase.zip
Kernel: use unified kenrel configurationhistory/before-10-02-2020-rebase
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--BoardConfig.mk10
1 files changed, 9 insertions, 1 deletions
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