From: Tom Rini Date: Sun, 27 Nov 2022 15:25:00 +0000 (-0500) Subject: chromebook_samus_tpl: Disable SPL networking X-Git-Tag: v2025.01-rc5-pxa1908~1158^2~12^2~35 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=8459276445f23239c8f60b32b4af5791e9a40d00;p=u-boot.git chromebook_samus_tpl: Disable SPL networking We don't appear to actually use networking in SPL here, disable it. Cc: Simon Glass Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- diff --git a/configs/chromebook_samus_tpl_defconfig b/configs/chromebook_samus_tpl_defconfig index 77735739b8..337768b45f 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