mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
kconfig: remove unneeded dependency on !SPL_BUILD
Now CONFIG_SPL_BUILD is not defined in Kconfig, so "!depends on SPL_BUILD" and "if !SPL_BUILD" are redundant. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
e02ee2548a
commit
d648964fc2
@@ -29,5 +29,9 @@
|
||||
#undef CONFIG_DM_SPI
|
||||
#endif
|
||||
|
||||
#undef CONFIG_DM_WARN
|
||||
#undef CONFIG_DM_DEVICE_REMOVE
|
||||
#undef CONFIG_DM_STDIO
|
||||
|
||||
#endif /* CONFIG_SPL_BUILD */
|
||||
#endif /* __CONFIG_UNCMD_SPL_H__ */
|
||||
|
Reference in New Issue
Block a user