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 /configs/chromebook_samus_tpl_defconfig | |
parent | a4faf1f563160b1b9cfbdbf388d33464691d0440 (diff) | |
download | u-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.tar.gz |
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/chromebook_samus_tpl_defconfig')
-rw-r--r-- | configs/chromebook_samus_tpl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_samus_tpl_defconfig b/configs/chromebook_samus_tpl_defconfig index d97c305110c..b231b3b0dbd 100644 --- a/configs/chromebook_samus_tpl_defconfig +++ b/configs/chromebook_samus_tpl_defconfig @@ -34,7 +34,7 @@ CONFIG_BLOBLIST_ADDR=0xff7c0000 CONFIG_HANDOFF=y CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_DM_SPI_FLASH=y -CONFIG_SPL_NET_SUPPORT=y +CONFIG_SPL_NET=y CONFIG_SPL_PCI=y CONFIG_SPL_PCH=y CONFIG_TPL_PCI=y |