diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-10-08 21:48:02 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-10 17:52:07 -0400 |
commit | 45c9d96ae40b0c4292eb67d687f0bf698a0ce72b (patch) | |
tree | d355e69d6cdeb0fc9281ce284c53b57a4b5fa00d /include/configs/s32v234evb.h | |
parent | ad12dc18447f853ad66b54de513a7211c16f7c76 (diff) | |
download | u-boot-45c9d96ae40b0c4292eb67d687f0bf698a0ce72b.tar.gz |
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 <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'include/configs/s32v234evb.h')
-rw-r--r-- | include/configs/s32v234evb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index 246b179766..fd1527ce70 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -73,8 +73,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_UART_PORT (1) -#undef CONFIG_CMD_IMLS - #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC_BASE_ADDR |