From 4506b7f94ad2b4ae5ffe36e2e8ee9b1f4adcc0fa Mon Sep 17 00:00:00 2001 From: Guru Das Srinagesh Date: Thu, 12 May 2022 17:19:25 -0700 Subject: [PATCH] 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 --- build.config.msm.pineapple | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.msm.pineapple b/build.config.msm.pineapple index 80231ec39ba8..addb2812d67e 100644 --- a/build.config.msm.pineapple +++ b/build.config.msm.pineapple @@ -15,7 +15,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'