diff options
author | Simon Glass | 2021-08-08 12:20:30 -0600 |
---|---|---|
committer | Tom Rini | 2021-09-04 12:48:53 -0400 |
commit | 5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc (patch) | |
tree | 47798dc1e82e92f9368a207cd31cbeb6aa090b67 /configs/am43xx_evm_defconfig | |
parent | a4faf1f563160b1b9cfbdbf388d33464691d0440 (diff) |
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 'configs/am43xx_evm_defconfig')
-rw-r--r-- | configs/am43xx_evm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig index f5f2e19fa8b..4960ec2168f 100644 --- a/configs/am43xx_evm_defconfig +++ b/configs/am43xx_evm_defconfig @@ -21,7 +21,7 @@ CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_NAND_DRIVERS=y CONFIG_SPL_NAND_ECC=y CONFIG_SPL_NAND_BASE=y -CONFIG_SPL_NET_SUPPORT=y +CONFIG_SPL_NET=y CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL" CONFIG_SPL_OS_BOOT=y CONFIG_SPL_USB_HOST=y |