dts: Kconfig: always enable OF_SPL_REMOVE_PROPS macros
We need this even if there is no SPL. Change-Id: Ib61f6fd08204dd68730a2d006cef75bcae07084b Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
ca62cda228
commit
5c47e3d473
|
|
@ -226,7 +226,6 @@ config SPL_MULTI_DTB_FIT_USER_DEF_ADDR
|
|||
|
||||
config OF_SPL_REMOVE_PROPS
|
||||
string "List of device tree properties to drop for SPL"
|
||||
depends on SPL_OF_CONTROL
|
||||
default "interrupt-parent" if SPL_PINCTRL && SPL_CLK
|
||||
default "clocks clock-names interrupt-parent" if SPL_PINCTRL
|
||||
default "pinctrl-0 pinctrl-names interrupt-parent" if SPL_CLK
|
||||
|
|
|
|||
Loading…
Reference in New Issue