build.config: pineapple: Enable device tree overlay

Turn on the flag that generates the dtbo image.

Change-Id: I693125b55d650fcf4c225368126570d7edfd0b04
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
Guru Das Srinagesh 2022-05-12 17:19:25 -07:00
parent 96d0c8c137
commit 4506b7f94a

View File

@ -15,7 +15,7 @@ PAGE_SIZE=4096
BUILD_VENDOR_DLKM=1 BUILD_VENDOR_DLKM=1
SUPER_IMAGE_SIZE=0x10000000 SUPER_IMAGE_SIZE=0x10000000
TRIM_UNUSED_MODULES=1 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 if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
KERNEL_VENDOR_CMDLINE+='console=ttyMSM0,115200n8 earlycon' KERNEL_VENDOR_CMDLINE+='console=ttyMSM0,115200n8 earlycon'