mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
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>
This commit is contained in:
parent
da752ac3c4
commit
8459276445
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue