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:
parent
96d0c8c137
commit
4506b7f94a
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user