summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2017-01-18 09:27:46 +0100
committerMichal Simek <michal.simek@xilinx.com>2017-02-10 13:58:25 +0100
commitd018db40a3d1382218c431084c22a94e694a0a42 (patch)
treefe27b2b991e72298a6d42dd03032c1f10db5bc2a
parent2e0583b67ec45d94af3e2dda9891e8bfc9ef126f (diff)
downloadu-boot-imx-d018db40a3d1382218c431084c22a94e694a0a42.zip
u-boot-imx-d018db40a3d1382218c431084c22a94e694a0a42.tar.gz
u-boot-imx-d018db40a3d1382218c431084c22a94e694a0a42.tar.bz2
topic_miami_defconfig: Remove NFS and NET support
On the miami board, ethernet is accessed via logic. To use it, one would have to program logic first and then set up the rgmii conversion block as well. Not likely to ever be used, so disable network support by default to save some space. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--configs/topic_miami_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/topic_miami_defconfig b/configs/topic_miami_defconfig
index 7524f6a..7eb1008 100644
--- a/configs/topic_miami_defconfig
+++ b/configs/topic_miami_defconfig
@@ -20,6 +20,8 @@ CONFIG_CMD_USB=y
CONFIG_CMD_DFU=y
CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_NET is not set
+# CONFIG_CMD_NFS is not set
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
@@ -32,7 +34,6 @@ CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_BAR=y
CONFIG_SPI_FLASH_STMICRO=y
# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
-# CONFIG_NETDEVICES is not set
CONFIG_DEBUG_UART=y
CONFIG_DEBUG_UART_ZYNQ=y
CONFIG_DEBUG_UART_BASE=0xe0000000