Skip to content
Snippets Groups Projects
Commit 897705ec authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 9c6a3c67
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ config DEFAULT_DEVICE_TREE ...@@ -58,7 +58,7 @@ config DEFAULT_DEVICE_TREE
config OF_SPL_REMOVE_PROPS config OF_SPL_REMOVE_PROPS
string "List of device tree properties to drop for SPL" 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" default "pinctrl-0 pinctrl-names clocks clock-names interrupt-parent"
help help
Since SPL normally runs in a reduced memory space, the device tree Since SPL normally runs in a reduced memory space, the device tree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment