You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/10/04 22:23:04 UTC

incubator-mynewt-core git commit: sys/config - Move init earlier (is: 3; was: 5).

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop b99324aa6 -> d10ec6e7b


sys/config - Move init earlier (is: 3; was: 5).

Config needs to get initialized before boot/split.  sys/config uses
initialization stage 5.


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/d10ec6e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d10ec6e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d10ec6e7

Branch: refs/heads/develop
Commit: d10ec6e7ba7076a4636eeec74889294b36564d5b
Parents: b99324a
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Oct 4 15:20:52 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Oct 4 15:22:59 2016 -0700

----------------------------------------------------------------------
 sys/config/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d10ec6e7/sys/config/pkg.yml
----------------------------------------------------------------------
diff --git a/sys/config/pkg.yml b/sys/config/pkg.yml
index 35aafd5..84ea13d 100644
--- a/sys/config/pkg.yml
+++ b/sys/config/pkg.yml
@@ -39,4 +39,4 @@ pkg.req_apis.CONFIG_NEWTMGR:
     - newtmgr
 
 pkg.init_function: config_pkg_init
-pkg.init_stage: 5
+pkg.init_stage: 3