Merge "build.config: pineapple: Enable device tree overlay"

This commit is contained in:
qctecmdr 2022-07-07 10:50:19 -07:00 committed by Gerrit - the friendly Code Review server
commit ae06d58362

View File

@ -16,7 +16,7 @@ PAGE_SIZE=4096
BUILD_VENDOR_DLKM=1
SUPER_IMAGE_SIZE=0x10000000
TRIM_UNUSED_MODULES=1
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=0
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
KERNEL_VENDOR_CMDLINE+='console=ttyMSM0,115200n8 earlycon'