diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-10-09 13:26:26 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-10-12 15:14:40 +0300 |
commit | 18e8923f6c27a0c66f35f09223290c4ad2c19f69 (patch) | |
tree | 6b74bf5669a10e90525f6c6356b3c234461f7f70 /configs/iot_devkit_defconfig | |
parent | 8d0a4968d71c46105388b9f416349ef99f4efdf1 (diff) | |
download | u-boot-18e8923f6c27a0c66f35f09223290c4ad2c19f69.tar.gz |
iot_dk: Disable networking support
There's no Ethernet controller on the board so no point in having
networking support. This also saves us 5.5 kB of precious memory.
| # bloat-o-meter u-boot.net u-boot.no_net_regex | tail -1
| Total: Before=127892, After=122334, chg -4.35%
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs/iot_devkit_defconfig')
-rw-r--r-- | configs/iot_devkit_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/iot_devkit_defconfig b/configs/iot_devkit_defconfig index 0c5aba30ae..3facce182c 100644 --- a/configs/iot_devkit_defconfig +++ b/configs/iot_devkit_defconfig @@ -18,7 +18,6 @@ CONFIG_SYS_PROMPT="IoTDK# " # CONFIG_CMD_LOADS is not set CONFIG_CMD_MMC=y CONFIG_CMD_USB=y -# CONFIG_CMD_NET is not set CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y @@ -26,6 +25,7 @@ CONFIG_DEFAULT_DEVICE_TREE="iot_devkit" CONFIG_ENV_IS_IN_FAT=y CONFIG_ENV_FAT_INTERFACE="mmc" CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" +# CONFIG_NET is not set CONFIG_DM=y CONFIG_MMC=y CONFIG_MMC_DW=y |