[PATCH 5/6] doc: remove mention to non-existing TPL_NET

Quentin Schulz foss+uboot at 0leil.net
Mon Apr 20 13:36:11 CEST 2026


From: Quentin Schulz <quentin.schulz at cherry.de>

TPL_NET symbol never existed in the first place, so let's remove this
misleading piece of documentation.

Fixes: 143c9a7e9d68 ("doc: describe TPL/VPL/SPL boot")
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 doc/usage/spl_boot.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/usage/spl_boot.rst b/doc/usage/spl_boot.rst
index 93419f158af..64b8083e007 100644
--- a/doc/usage/spl_boot.rst
+++ b/doc/usage/spl_boot.rst
@@ -253,7 +253,7 @@ Ethernet
     a TFTP server and binary name. The binary is downloaded via the TFTP
     protocol. Required configuration settings include:
 
-    * CONFIG_SPL_NET=y or CONFIG_TPL_NET=y
+    * CONFIG_SPL_NET=y
 
     * CONFIG_SPL_ETH_DEVICE=y or CONFIG_DM_USB_GADGET=y
 

-- 
2.53.0



More information about the U-Boot mailing list