All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spl: Make SPL_NET depend on SPL_OF_CONTROL
@ 2021-10-14 13:26 Tom Rini
  0 siblings, 0 replies; only message in thread
From: Tom Rini @ 2021-10-14 13:26 UTC (permalink / raw)
  To: u-boot

Once we look in the stack required for networking in SPL to function, it
becomes clear that SPL_OF_CONTROL is also required.  Make this
dependency explicit in Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 common/spl/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 17ce2f6b615d..cf6d4a0123eb 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -851,6 +851,7 @@ endif   # if SPL_UBI
 
 config SPL_NET
 	bool "Support networking"
+	depends on SPL_OF_CONTROL
 	help
 	  Enable support for network devices (such as Ethernet) in SPL.
 	  This permits SPL to load U-Boot over a network link rather than
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-14 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 13:26 [PATCH] spl: Make SPL_NET depend on SPL_OF_CONTROL Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.