diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-08 12:20:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-04 12:48:53 -0400 |
commit | 5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc (patch) | |
tree | 47798dc1e82e92f9368a207cd31cbeb6aa090b67 /doc/SPL | |
parent | a4faf1f563160b1b9cfbdbf388d33464691d0440 (diff) | |
download | u-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.tar.gz u-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.tar.bz2 u-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.zip |
net: Rename SPL_NET_SUPPORT to SPL_NET
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/SPL')
-rw-r--r-- | doc/SPL/README.am335x-network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SPL/README.am335x-network b/doc/SPL/README.am335x-network index e05270673d..9599729d8f 100644 --- a/doc/SPL/README.am335x-network +++ b/doc/SPL/README.am335x-network @@ -7,7 +7,7 @@ NAND and bricked (empty) board with only a network cable. I. Building the required images 1. You have to enable generic SPL configuration options (see -doc/README.SPL) as well as CONFIG_SPL_NET_SUPPORT, +doc/README.SPL) as well as CONFIG_SPL_NET, CONFIG_SPL_ETH, CONFIG_SPL_LIBGENERIC_SUPPORT and CONFIG_SPL_LIBCOMMON_SUPPORT in your board configuration file to build SPL with support for booting over the network. Also you have to enable |