diff options
author | Tuomas Tynkkynen | 2017-10-08 21:48:02 +0300 |
---|---|---|
committer | Tom Rini | 2017-10-10 17:52:07 -0400 |
commit | 45c9d96ae40b0c4292eb67d687f0bf698a0ce72b (patch) | |
tree | d355e69d6cdeb0fc9281ce284c53b57a4b5fa00d /configs/s32v234evb_defconfig | |
parent | ad12dc18447f853ad66b54de513a7211c16f7c76 (diff) |
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 'configs/s32v234evb_defconfig')
-rw-r--r-- | configs/s32v234evb_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/s32v234evb_defconfig b/configs/s32v234evb_defconfig index 0b614aa3dcf..c3d199e103d 100644 --- a/configs/s32v234evb_defconfig +++ b/configs/s32v234evb_defconfig @@ -7,6 +7,5 @@ CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyLF0 root=/dev/ram rw" CONFIG_BOARD_EARLY_INIT_F=y CONFIG_CMD_BOOTZ=y -CONFIG_CMD_IMLS=y CONFIG_ENV_IS_IN_MMC=y CONFIG_OF_LIBFDT=y |