]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: mini: Disable unnecessary configs
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 21 Jun 2017 12:19:02 +0000 (17:49 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 29 Jun 2017 09:06:50 +0000 (11:06 +0200)
This patch disables  the unnecessary configs as this
would save memory for mini configurations.

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

index f66c6833ba06fde4335d101ec484a0c9cc2455bd..b7bddb307820d2779ca563f5ad9902006290f747 100644 (file)
 #undef CONFIG_MTD_UBI_WL_THRESHOLD
 #undef CONFIG_MTD_UBI_BEB_LIMIT
 #undef CONFIG_SPI_FLASH_MTD
+#undef CONFIG_BOOTM_NETBSD
+#undef CONFIG_BOOTM_VXWORKS
+#undef CONFIG_BOOTM_LINUX
+#undef CONFIG_PARTITION_UUIDS
+#undef CONFIG_PARTITIONS
+#undef CONFIG_CMD_PART
+#undef CONFIG_CMD_CLK
+#undef CONFIG_ISO_PARTITION
 
 /* BOOTP options */
 #undef CONFIG_BOOTP_BOOTFILESIZE
@@ -91,6 +99,7 @@
 # define CONFIG_SYS_INIT_SP_ADDR       CONFIG_SYS_TEXT_BASE
 # define CONFIG_SYS_MALLOC_LEN         0x800000
 # define CONFIG_DOS_PARTITION
+# define CONFIG_PARTITIONS
 # define CONFIG_SYS_LONGHELP
 #endif