[PATCH 05/41] chromebook_samus_tpl: Disable SPL networking

Tom Rini trini at konsulko.com
Sun Nov 27 16:25:00 CET 2022


We don't appear to actually use networking in SPL here, disable it.

Cc: Simon Glass <sjg at chromium.org>
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 configs/chromebook_samus_tpl_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/chromebook_samus_tpl_defconfig b/configs/chromebook_samus_tpl_defconfig
index 77735739b825..337768b45fd0 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
-- 
2.25.1



More information about the U-Boot mailing list