This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git

commit 167605e7465f4ec5948fbcd78c86484ecd96768d
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Wed Feb 14 14:56:18 2018 -0800

    smp_svr (Zephyr) - Disable unneeded FCB settings.
    
    These settings were only getting enabled for the reboot log.  Now that
    the reboot log has been temporarily deferred from integration into
    Zephyr, these settings are unnecessary.
---
 samples/smp_svr/zephyr/prj.conf | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/samples/smp_svr/zephyr/prj.conf b/samples/smp_svr/zephyr/prj.conf
index ed3d179..ce45fc5 100644
--- a/samples/smp_svr/zephyr/prj.conf
+++ b/samples/smp_svr/zephyr/prj.conf
@@ -26,11 +26,6 @@ CONFIG_FLASH=y
 CONFIG_FILE_SYSTEM=y
 CONFIG_FILE_SYSTEM_NFFS=y
 
-# Enable the flash circular buffer (FCB) for the reboot log.
-CONFIG_FLASH_PAGE_LAYOUT=y
-CONFIG_FLASH_MAP=y
-CONFIG_FCB=y
-
 # Required by the `taskstat` command.
 CONFIG_THREAD_MONITOR=y
 

-- 
To stop receiving notification emails like this one, please contact
ccoll...@apache.org.

Reply via email to