Rename SPL_ETH_SUPPORT to SPL_ETH

Rename this option so that CONFIG_IS_ENABLED can be used with it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2021-07-10 21:14:26 -06:00
committed by Tom Rini
parent 0c6bdbb97c
commit f2d7a36ec2
15 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@
/* Fixup settings */
/* SPL settings */
#undef CONFIG_SPL_ETH_SUPPORT
#undef CONFIG_SPL_ETH
#undef CONFIG_SPL_MAX_FOOTPRINT
#define CONFIG_SPL_MAX_FOOTPRINT CONFIG_SYS_SPI_U_BOOT_OFFS
#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"