From 45c9d96ae40b0c4292eb67d687f0bf698a0ce72b Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sun, 8 Oct 2017 21:48:02 +0300 Subject: configs: Re-sync CONFIG_CMD_IMLS with moveconfig The option is specified in Kconfig, but still a few config header files are overriding the choice by #undef'ing it. Re-sync the option with moveconfig to rid of the #undefs. Signed-off-by: Tuomas Tynkkynen --- include/configs/el6x_common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/el6x_common.h') diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index 531f5bf5aa..01d75d6aa2 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -56,9 +56,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_MXC_UART_BASE UART2_BASE -/* Command definition */ -#undef CONFIG_CMD_IMLS - #define CONFIG_BOARD_NAME EL6Q #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG -- cgit