From 7c7a98778308d7a567128f7ec5a6aa4fac015daf Mon Sep 17 00:00:00 2001 From: Jaewon Kim Date: Wed, 12 Sep 2018 17:03:55 +0900 Subject: [PATCH] artik711: exclude overlay feature DT-Overlay applied to ARTIK710 series, but it also applied to ARTIK711s. So, this patch remove overlay feature from ARTIK711s. Change-Id: Ib34f769887096e1a7de575b886fb60a76ca005ee Signed-off-by: Jaewon Kim --- config/artik711s.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/config/artik711s.cfg b/config/artik711s.cfg index 730e3a0..86ccc6b 100644 --- a/config/artik711s.cfg +++ b/config/artik711s.cfg @@ -19,3 +19,4 @@ export KERNEL_DEFCONFIG=artik711s_raptor_defconfig export KERNEL_DTB=s5p6818-artik711s-*.dtb export UBOOT_DEFCONFIG=artik711s_raptor_config +export OVERLAY=false