Skip to content

Commit d1efd6c

Browse files
kdrag0nDhineshCool
authored andcommitted
b1c1_defconfig: Switch from DT overlays to full DTBs
DT overlays are a hassle to deal with when it comes to building and especially shipping. Part of the kernel residing on a separate partition is harder to manage, and it breaks convenient development commands such as "fastboot boot" and "fastboot flash boot". This is especially an issue for custom kernels, since users can end up in a broken state where the boot and dtbo images are incompatible. Signed-off-by: Danny Lin <[email protected]>
1 parent 79a826d commit d1efd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/configs/b1c1_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ CONFIG_RANDOMIZE_BASE=y
9090
CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
9191
CONFIG_BUILD_ARM64_DTC="dtc"
9292
CONFIG_BUILD_ARM64_DTC_FLAGS="-q"
93-
CONFIG_BUILD_ARM64_DT_OVERLAY=y
93+
# CONFIG_BUILD_ARM64_DT_OVERLAY is not set
9494
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
9595
CONFIG_COMPAT=y
9696
CONFIG_COMPAT_VDSO=y

0 commit comments

Comments
 (0)