]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: core: Enable SPL_SIMPLE_BUS by default
authorMichal Simek <michal.simek@xilinx.com>
Tue, 1 Dec 2015 07:37:16 +0000 (08:37 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 7 Dec 2015 09:14:30 +0000 (10:14 +0100)
This option is needed for all SoCs which have nodes on bus. Without
enabling this drivers are not found and probed.
Issue was found on Zynq MMC probe.
Enable this option by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/core/Kconfig

index ac681729c032e2ae29c608f7cf7f8b6a0d6f6c5f..53acee05faa21327453b21630898cf3591eb75ae 100644 (file)
@@ -134,7 +134,7 @@ config SIMPLE_BUS
 config SPL_SIMPLE_BUS
        bool "Support simple-bus driver in SPL"
        depends on SPL_DM && SPL_OF_CONTROL
-       default n
+       default y
        help
          Supports the 'simple-bus' driver, which is used on some systems
          in SPL.