diff options
| author | Tom Rini <[email protected]> | 2022-11-27 10:25:00 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-07 12:20:17 -0500 |
| commit | 8459276445f23239c8f60b32b4af5791e9a40d00 (patch) | |
| tree | ea3121607733fcb6d1ccaedbe69b5a035752fb79 | |
| parent | da752ac3c423d872763d9748a5242d9e5d135999 (diff) | |
chromebook_samus_tpl: Disable SPL networking
We don't appear to actually use networking in SPL here, disable it.
Cc: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | configs/chromebook_samus_tpl_defconfig | 1 |
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 |
