diff options
| author | Quentin Schulz <[email protected]> | 2026-04-20 13:36:11 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-27 11:26:40 -0600 |
| commit | 0d98f68579b4d32b8593dae35695e8c7f8d7e120 (patch) | |
| tree | 1aa25389b993797e8934c03bab63cd89b7a16a26 /doc/usage | |
| parent | 95d66d2eb02a4677c63d04c84ca21750a04c49f1 (diff) | |
doc: remove mention to non-existing TPL_NET
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/spl_boot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
