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

[GitHub] andrzej-kaczmarek closed pull request #1534: hw/bus: Disable bus driver by default

andrzej-kaczmarek closed pull request #1534: hw/bus: Disable bus driver by default
URL: https://github.com/apache/mynewt-core/pull/1534
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/hw/bus/syscfg.yml b/hw/bus/syscfg.yml
index 62653bcdb9..4c21f555b7 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: >


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services