]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dts: fix dependency of OF_SPL_REMOVE_PROPS
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Aug 2015 11:28:42 +0000 (20:28 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:18 +0000 (12:19 +0200)
This should depend on SPL_OF_CONTROL (it is not equivalent to
SPL && OF_CONTROL).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
dts/Kconfig

index 5bb8ad37669800352235a98af2b13d5c2f5ea6fd..8aa0d9d7f7d2a6189739ec60157abf4322275cbc 100644 (file)
@@ -62,7 +62,7 @@ config FDT_FIXUP_PARTITIONS
 
 config OF_SPL_REMOVE_PROPS
        string "List of device tree properties to drop for SPL"
-       depends on OF_CONTROL && SPL
+       depends on SPL_OF_CONTROL
        default "pinctrl-0 pinctrl-names clocks clock-names interrupt-parent"
        help
          Since SPL normally runs in a reduced memory space, the device tree