diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-11-29 10:33:56 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-29 10:36:49 +0100 |
commit | e27e6eb6f9a224ca27b717e73da2c551b088ceb6 (patch) | |
tree | 90a381a456e6a46693308df5e3e0272a37e4f367 /configs/zynq_cse_nor_defconfig | |
parent | 2b4367dfeeaf5e51332eb13adee02af4f5d3cc8d (diff) | |
download | u-boot-e27e6eb6f9a224ca27b717e73da2c551b088ceb6.tar.gz |
ARM: zynq: Disable net for cse nor/nand
There is no need to waste 6k if none needs it.
zynq_cse_nand : all -6486 bss -20 data -136 rodata -606 text -5724
zynq_cse_nor : all -6486 bss -20 data -136 rodata -606 text -5724
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_cse_nor_defconfig')
-rw-r--r-- | configs/zynq_cse_nor_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/zynq_cse_nor_defconfig b/configs/zynq_cse_nor_defconfig index 44329971b6..b4f1e313b1 100644 --- a/configs/zynq_cse_nor_defconfig +++ b/configs/zynq_cse_nor_defconfig @@ -39,11 +39,11 @@ CONFIG_SYS_PROMPT="Zynq> " # CONFIG_CMD_ITEST is not set # CONFIG_CMD_SOURCE is not set # CONFIG_CMD_SETEXPR is not set -# CONFIG_CMD_NET is not set # CONFIG_CMD_MISC is not set # CONFIG_PARTITIONS is not set CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="zynq-cse-nor" +# CONFIG_NET is not set # CONFIG_DM_WARN is not set # CONFIG_DM_DEVICE_REMOVE is not set CONFIG_SPL_DM_SEQ_ALIAS=y |