diff options
| author | David Lechner <[email protected]> | 2018-05-19 23:25:05 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-06-05 10:33:57 -0400 |
| commit | 98ada4b3f035e11510c4a5bfc10b1c134ffbd2af (patch) | |
| tree | ef6f7d7ed8330dd148842e56f89aace97ec6cbd2 /configs | |
| parent | 648e87a1ec961de00ac0d7dcbd15b2ff1804ef8d (diff) | |
ARM: legoev3: disable networking
This disables networking related items in the config. The EV3 does not have
any networking hardware, so this is wasted space.
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/legoev3_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig index c5f54a98d38..8ee2d223fd0 100644 --- a/configs/legoev3_defconfig +++ b/configs/legoev3_defconfig @@ -18,9 +18,7 @@ CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y # CONFIG_CMD_SETEXPR is not set -CONFIG_CMD_DHCP=y -CONFIG_CMD_MII=y -CONFIG_CMD_PING=y +# CONFIG_CMD_NET is not set CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_DIAG=y |
