]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Kconfig
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
[karo-tx-uboot.git] / dts / Kconfig
index d443a3acc72bf1e44e64a7f19534d7dcb38112e7..5bb8ad37669800352235a98af2b13d5c2f5ea6fd 100644 (file)
@@ -14,9 +14,9 @@ config OF_CONTROL
          This feature provides for run-time configuration of U-Boot
          via a flattened device tree.
 
-config SPL_DISABLE_OF_CONTROL
-       bool "Disable run-time configuration via Device Tree in SPL"
-       depends on OF_CONTROL
+config SPL_OF_CONTROL
+       bool "Enable run-time configuration via Device Tree in SPL"
+       depends on SPL && OF_CONTROL
        help
          Some boards use device tree in U-Boot but only have 4KB of SRAM
          which is not enough to support device tree. Enable this option to