Commit e27e6eb6f9a224ca27b717e73da2c551b088ceb6

Authored by Michal Simek
1 parent 2b4367dfee

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>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

configs/zynq_cse_nand_defconfig
... ... @@ -40,11 +40,11 @@
40 40 # CONFIG_CMD_ITEST is not set
41 41 # CONFIG_CMD_SOURCE is not set
42 42 # CONFIG_CMD_SETEXPR is not set
43   -# CONFIG_CMD_NET is not set
44 43 # CONFIG_CMD_MISC is not set
45 44 # CONFIG_PARTITIONS is not set
46 45 CONFIG_OF_EMBED=y
47 46 CONFIG_DEFAULT_DEVICE_TREE="zynq-cse-nand"
  47 +# CONFIG_NET is not set
48 48 # CONFIG_DM_WARN is not set
49 49 # CONFIG_DM_DEVICE_REMOVE is not set
50 50 CONFIG_SPL_DM_SEQ_ALIAS=y
configs/zynq_cse_nor_defconfig
... ... @@ -39,11 +39,11 @@
39 39 # CONFIG_CMD_ITEST is not set
40 40 # CONFIG_CMD_SOURCE is not set
41 41 # CONFIG_CMD_SETEXPR is not set
42   -# CONFIG_CMD_NET is not set
43 42 # CONFIG_CMD_MISC is not set
44 43 # CONFIG_PARTITIONS is not set
45 44 CONFIG_OF_EMBED=y
46 45 CONFIG_DEFAULT_DEVICE_TREE="zynq-cse-nor"
  46 +# CONFIG_NET is not set
47 47 # CONFIG_DM_WARN is not set
48 48 # CONFIG_DM_DEVICE_REMOVE is not set
49 49 CONFIG_SPL_DM_SEQ_ALIAS=y