From: Masahiro Yamada Date: Fri, 28 Aug 2015 11:28:42 +0000 (+0900) Subject: dts: fix dependency of OF_SPL_REMOVE_PROPS X-Git-Tag: KARO-TX6-2015-09-18~6 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=9e5a5132218a2e0b6c34e42801d064d548b14503 dts: fix dependency of OF_SPL_REMOVE_PROPS This should depend on SPL_OF_CONTROL (it is not equivalent to SPL && OF_CONTROL). Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- diff --git a/dts/Kconfig b/dts/Kconfig index 5bb8ad3766..8aa0d9d7f7 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -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