summaryrefslogtreecommitdiff
path: root/configs/xilinx_zynqmp_mini_emmc1_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-11-21 09:55:41 +0100
committerMichal Simek <michal.simek@xilinx.com>2018-11-26 10:50:55 +0100
commit09a4c91b66c135ac76f0c166399857d29025fed2 (patch)
treecf4805fe48375d2cb22bba6d5780dcc9da879560 /configs/xilinx_zynqmp_mini_emmc1_defconfig
parentb76a37e9a9e0756c4bf417b8934459fca6efc5d0 (diff)
downloadu-boot-09a4c91b66c135ac76f0c166399857d29025fed2.tar.gz
arm64: zynqmp: Disable bootelf and fdt commands for mini configurations
There is no reason to enable these commands for mini configurations. It saves some space: aarch64: (for 2/2 boards) all -19076.0 bss -1048.0 data -1720.0 rodata -3840.0 text -12468.0 xilinx_zynqmp_mini_emmc1: all -19076 bss -1048 data -1720 rodata -3840 text -12468 xilinx_zynqmp_mini_emmc0: all -19076 bss -1048 data -1720 rodata -3840 text -12468 Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_mini_emmc1_defconfig')
-rw-r--r--configs/xilinx_zynqmp_mini_emmc1_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_mini_emmc1_defconfig b/configs/xilinx_zynqmp_mini_emmc1_defconfig
index 1ffa528d6d..3298341d19 100644
--- a/configs/xilinx_zynqmp_mini_emmc1_defconfig
+++ b/configs/xilinx_zynqmp_mini_emmc1_defconfig
@@ -20,6 +20,8 @@ CONFIG_SYS_PROMPT="ZynqMP> "
# CONFIG_CMD_BOOTD is not set
# CONFIG_CMD_BOOTM is not set
# CONFIG_CMD_BOOTI is not set
+# CONFIG_CMD_ELF is not set
+# CONFIG_CMD_FDT is not set
# CONFIG_CMD_GO is not set
# CONFIG_CMD_RUN is not set
# CONFIG_CMD_IMI is not set