]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: mini: Remove unnecessary configs for mini
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Nov 2015 10:00:45 +0000 (15:30 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 26 Nov 2015 08:07:17 +0000 (09:07 +0100)
Removed unnecessary configs for mini qspi. This
will decrease the size of the image so that it
can fit to OCM easily.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_mini_qspi_defconfig
include/configs/xilinx_zynqmp_mini.h

index 90d89071e375ce5371538493e2afd896981b5f78..2465241b1400a314a5b1258d69800c74f9b41e0c 100644 (file)
@@ -6,9 +6,35 @@ CONFIG_ZYNQMP_QSPI=y
 CONFIG_SYS_TEXT_BASE=0xFFFC0000
 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep108"
 CONFIG_FIT=y
-CONFIG_FIT_VERBOSE=y
 CONFIG_SYS_EXTRA_OPTIONS="MINI_QSPI"
+# CONFIG_CMD_BDI is not set
+# CONFIG_CMD_CONSOLE is not set
+# CONFIG_CMD_BOOTD is not set
+# CONFIG_CMD_BOOTM is not set
+# CONFIG_CMD_GO is not set
+# CONFIG_CMD_RUN is not set
+# CONFIG_CMD_IMI is not set
 # CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_XIMG is not set
+# CONFIG_CMD_EXPORTENV is not set
+# CONFIG_CMD_IMPORTENV is not set
+# CONFIG_CMD_EDITENV is not set
+# CONFIG_CMD_SAVEENV is not set
+# CONFIG_CMD_ENV_EXISTS is not set
+# CONFIG_CMD_CRC32 is not set
+# CONFIG_CMD_DM is not set
+# CONFIG_CMD_LOADB is not set
+# CONFIG_CMD_LOADS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set
+# CONFIG_CMD_ECHO is not set
+# 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_NFS is not set
 CONFIG_OF_EMBED=y
+# CONFIG_DM_WARN is not set
+# CONFIG_DM_DEVICE_REMOVE is not set
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_BAR=y
index 516c7964615279e7190296807ed90b49a0b247cd..fcf116bb121a3de341762e2a249beb968389ee41 100644 (file)
@@ -18,6 +18,7 @@
 #define _CONFIG_CMD_DEFAULT_H
 #define CONFIG_SYS_DCACHE_OFF
 #define CONFIG_SYS_ICACHE_OFF
+#define CONFIG_FIT_DISABLE_SHA256
 
 #include <configs/xilinx_zynqmp.h>
 
@@ -51,6 +52,8 @@
 #undef CONFIG_SYS_MEMTEST_END
 #undef CONFIG_SYS_CACHELINE_SIZE
 #undef CONFIG_SYS_INIT_SP_ADDR
+#undef CONFIG_SYS_LONGHELP
+#undef CONFIG_CMD_CACHE
 
 #undef CONFIG_CMD_MII