summaryrefslogtreecommitdiff
path: root/configs/zynq_cse_nor_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-11-19 15:22:37 +0100
committerMichal Simek <michal.simek@xilinx.com>2018-11-26 10:50:55 +0100
commitb76a37e9a9e0756c4bf417b8934459fca6efc5d0 (patch)
tree39f642112e286c50dc363df2e787cf815f80eb89 /configs/zynq_cse_nor_defconfig
parenta204ac71d27d1d899d6e85a29573beb267f4131c (diff)
ARM: zynq: cse: Shrink u-boot size
U-Boot is growing that's why not needed features can be disabled: - CMDLINE_EDITING - AUTO_COMPLETE - SYS_LONGHELP Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_cse_nor_defconfig')
-rw-r--r--configs/zynq_cse_nor_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/zynq_cse_nor_defconfig b/configs/zynq_cse_nor_defconfig
index addc21fdc7..44329971b6 100644
--- a/configs/zynq_cse_nor_defconfig
+++ b/configs/zynq_cse_nor_defconfig
@@ -9,6 +9,9 @@ CONFIG_SYS_MALLOC_LEN=0x1000
# CONFIG_BOARD_LATE_INIT is not set
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_STACK_R=y
+# CONFIG_CMDLINE_EDITING is not set
+# CONFIG_AUTO_COMPLETE is not set
+# CONFIG_SYS_LONGHELP is not set
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_AUTOBOOT is not set
# CONFIG_CMD_BDI is not set