summaryrefslogtreecommitdiff
path: root/configs/am335x_boneblack_vboot_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-08 21:20:30 +0300
committerTom Rini <trini@konsulko.com>2021-09-04 19:48:53 +0300
commit5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc (patch)
tree47798dc1e82e92f9368a207cd31cbeb6aa090b67 /configs/am335x_boneblack_vboot_defconfig
parenta4faf1f563160b1b9cfbdbf388d33464691d0440 (diff)
downloadu-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.tar.xz
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/am335x_boneblack_vboot_defconfig')
-rw-r--r--configs/am335x_boneblack_vboot_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig
index f411d58b29..368d013d45 100644
--- a/configs/am335x_boneblack_vboot_defconfig
+++ b/configs/am335x_boneblack_vboot_defconfig
@@ -21,7 +21,7 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_ARCH_MISC_INIT=y
CONFIG_SPL_MUSB_NEW=y
# CONFIG_SPL_NAND_SUPPORT is not set
-CONFIG_SPL_NET_SUPPORT=y
+CONFIG_SPL_NET=y
CONFIG_SPL_NET_VCI_STRING="AM33xx U-Boot SPL"
CONFIG_SPL_OS_BOOT=y
CONFIG_SPL_USB_GADGET=y