aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini2022-11-27 10:25:00 -0500
committerTom Rini2022-12-07 12:20:17 -0500
commit8459276445f23239c8f60b32b4af5791e9a40d00 (patch)
treeea3121607733fcb6d1ccaedbe69b5a035752fb79
parentda752ac3c423d872763d9748a5242d9e5d135999 (diff)
chromebook_samus_tpl: Disable SPL networking
We don't appear to actually use networking in SPL here, disable it. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--configs/chromebook_samus_tpl_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/chromebook_samus_tpl_defconfig b/configs/chromebook_samus_tpl_defconfig
index 77735739b82..337768b45fd 100644
--- a/configs/chromebook_samus_tpl_defconfig
+++ b/configs/chromebook_samus_tpl_defconfig
@@ -39,7 +39,6 @@ CONFIG_SPL_NO_BSS_LIMIT=y
CONFIG_HANDOFF=y
CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_DM_SPI_FLASH=y
-CONFIG_SPL_NET=y
CONFIG_SPL_PCI=y
CONFIG_SPL_PCH=y
CONFIG_TPL_PCI=y