You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2018/11/26 13:05:39 UTC

[mynewt-core] branch master updated: hw/bus: Disable bus driver by default

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 837260a  hw/bus: Disable bus driver by default
837260a is described below

commit 837260a1d8236b130dd2ae0936c736ec4e09360b
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Mon Nov 26 14:03:59 2018 +0100

    hw/bus: Disable bus driver by default
---
 hw/bus/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bus/syscfg.yml b/hw/bus/syscfg.yml
index 62653bc..4c21f55 100644
--- a/hw/bus/syscfg.yml
+++ b/hw/bus/syscfg.yml
@@ -21,7 +21,7 @@ syscfg.defs:
         description: >
             This indicated that hw/bus package is present in build.
             Do not override this settings.
-        value: 1
+        value: 0
 
     BUS_DEBUG_OS_DEV:
         description: >