From 801bebb0a17cfcb47d52a9eb3e3029dc56225240 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 16 Dec 2016 14:00:51 +0100 Subject: [PATCH] ARM64: zynqmp: Remove already disabled commands in mini configuration This patch removes these configuration parameters. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp_mini.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/configs/xilinx_zynqmp_mini.h b/include/configs/xilinx_zynqmp_mini.h index 90691d31009..95d3f018901 100644 --- a/include/configs/xilinx_zynqmp_mini.h +++ b/include/configs/xilinx_zynqmp_mini.h @@ -24,7 +24,6 @@ /* Undef unneeded configs */ #undef CONFIG_EXTRA_ENV_SETTINGS #undef CONFIG_BOARD_LATE_INIT -#undef CONFIG_CMD_BOOTZ #undef CONFIG_BOOTCOMMAND #undef CONFIG_SYS_HUSH_PARSER #undef CONFIG_SYS_PROMPT_HUSH_PS2 @@ -42,19 +41,14 @@ #undef CONFIG_CMD_FAT #undef CONFIG_CMD_FS_GENERIC #undef CONFIG_DOS_PARTITION -#undef CONFIG_CMD_ELF #undef CONFIG_MP #undef CONFIG_SYS_MEMTEST_START #undef CONFIG_SYS_MEMTEST_END #undef CONFIG_SYS_INIT_SP_ADDR #undef CONFIG_SYS_LONGHELP -#undef CONFIG_CMD_CACHE #undef CONFIG_CMD_SF_TEST -#undef CONFIG_CMD_GPIO -#undef CONFIG_CMD_SPI #undef CONFIG_FIT_VERBOSE #undef CONFIG_ZYNQ_SERIAL -#undef CONFIG_CMD_MII /* BOOTP options */ #undef CONFIG_BOOTP_BOOTFILESIZE -- 2.47.3