From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 9 Sep 2015 11:16:42 -0300 Subject: [U-Boot] [PATCH 5/7] mx6ul_14x14_evk: Do not undef config options In-Reply-To: <1441808204-14923-1-git-send-email-festevam@gmail.com> References: <1441808204-14923-1-git-send-email-festevam@gmail.com> Message-ID: <1441808204-14923-5-git-send-email-festevam@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Fabio Estevam There is no need to undef the config options. Signed-off-by: Fabio Estevam --- include/configs/mx6ul_14x14_evk.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index b27541d..84f26ec 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -45,13 +45,6 @@ #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ #endif -#undef CONFIG_BOOTM_NETBSD -#undef CONFIG_BOOTM_PLAN9 -#undef CONFIG_BOOTM_RTEMS - -#undef CONFIG_CMD_EXPORTENV -#undef CONFIG_CMD_IMPORTENV - /* I2C configs */ #define CONFIG_CMD_I2C #ifdef CONFIG_CMD_I2C @@ -62,8 +55,6 @@ #define PHYS_SDRAM_SIZE SZ_512M -#undef CONFIG_CMD_IMLS - #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 #define CONFIG_EXTRA_ENV_SETTINGS \ -- 1.9.1