Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 8371baab8 -> d2625362a


Config - Allow neither fcb nor nffs


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/d2625362
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d2625362
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d2625362

Branch: refs/heads/develop
Commit: d2625362a88dfdc3eae781c566d63cc0cfaa1a88
Parents: 6547b7d
Author: Christopher Collins <ccoll...@apache.org>
Authored: Wed Sep 21 20:11:07 2016 -0700
Committer: Christopher Collins <ccoll...@apache.org>
Committed: Wed Sep 21 20:13:48 2016 -0700

----------------------------------------------------------------------
 sys/config/pkg.yml           | 2 +-
 sys/config/src/config_init.c | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2625362/sys/config/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/config/pkg.yml b/sys/config/pkg.yml
index e005530..2d7c83d 100644
--- a/sys/config/pkg.yml
+++ b/sys/config/pkg.yml
@@ -41,7 +41,7 @@ pkg.init_stage: 5
 pkg.syscfg_defs:
     CONFIG_FCB:
         description: 'TBD'
-        value: 1
+        value: 0
     CONFIG_FCB_MAGIC:
         description: 'TBD'
         value: 0xc09f6e5e

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d2625362/sys/config/src/config_init.c
----------------------------------------------------------------------
diff --git a/sys/config/src/config_init.c b/sys/config/src/config_init.c
index 0b3a503..13a5b95 100644
--- a/sys/config/src/config_init.c
+++ b/sys/config/src/config_init.c
@@ -88,8 +88,6 @@ config_init_fcb(void)
     SYSINIT_PANIC_ASSERT(rc == 0);
 }
 
-#else
-#error "Need NFFS or FCB for config storage"
 #endif
 
 void

Reply via email to