From 73e182419202c96771e5a6f516b044c31fd7fc89 Mon Sep 17 00:00:00 2001 From: Torsten Rasmussen Date: Fri, 27 Nov 2020 15:30:50 +0100 Subject: [PATCH] [nrf noup] boot: zephyr: remove CONFIG_DEBUG=y in prj.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes the `CONFIG_DEBUG=y` setting from Zephyr prj.conf to save on flash size. Signed-off-by: Torsten Rasmussen Signed-off-by: Johann Fischer Signed-off-by: Sebastian Bøe Signed-off-by: Torsten Rasmussen Signed-off-by: Jamie McCrae (cherry picked from commit c56439c9793a5b700b534bf1f81b85d50efb83a6) --- boot/zephyr/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/boot/zephyr/prj.conf b/boot/zephyr/prj.conf index ec6ac9fa0..e14395b80 100644 --- a/boot/zephyr/prj.conf +++ b/boot/zephyr/prj.conf @@ -1,4 +1,3 @@ -CONFIG_DEBUG=y CONFIG_PM=n CONFIG_MAIN_STACK_SIZE=10240