From: Siva Durga Prasad Paladugu Date: Wed, 21 Jun 2017 12:19:02 +0000 (+0530) Subject: zynqmp: mini: Disable unnecessary configs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c16986a0b1315734de156ef2271175afa2ad2f2e;p=thirdparty%2Fu-boot.git zynqmp: mini: Disable unnecessary configs This patch disables the unnecessary configs as this would save memory for mini configurations. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp_mini.h b/include/configs/xilinx_zynqmp_mini.h index f66c6833ba0..b7bddb30782 100644 --- a/include/configs/xilinx_zynqmp_mini.h +++ b/include/configs/xilinx_zynqmp_mini.h @@ -55,6 +55,14 @@ #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