Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e292a0e4 authored by Gaurav Kohli's avatar Gaurav Kohli
Browse files

defconfig: lito: Disable BUILD_ARM64_APPENDED_DTB_IMAGE flag



Add support to compile the kernel without the dtbs appended to it.
All the dtbs are concatenated to form dtb.img. Boot image with header
version 2 will now have this dtb.img added towards the end at an offset.

Change-Id: I66a5712fb9fda0795589be3f167678fd7b40d9c8
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
parent cf8acfa8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ CONFIG_SETEND_EMULATION=y
# CONFIG_ARM64_VHE is not set
CONFIG_RANDOMIZE_BASE=y
# CONFIG_EFI is not set
CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
CONFIG_BUILD_ARM64_UNCOMPRESSED_KERNEL=y
CONFIG_COMPAT=y
CONFIG_PM_AUTOSLEEP=y
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y
# CONFIG_ARM64_VHE is not set
CONFIG_RANDOMIZE_BASE=y
CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
CONFIG_BUILD_ARM64_UNCOMPRESSED_KERNEL=y
CONFIG_COMPAT=y
CONFIG_PM_AUTOSLEEP=y