diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-04-01 16:37:53 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 23:05:58 -0400 |
commit | d91013034a3222137a5ac4d82aa45f15bd6ff284 (patch) | |
tree | 14ec42d91d2c832c4601e786cb6b9cfb54aa0f72 /configs/mx6ull_14x14_evk_plugin_defconfig | |
parent | 9925f1dbc38c0ef7220c6fca5968c708b8e48764 (diff) | |
download | u-boot-d91013034a3222137a5ac4d82aa45f15bd6ff284.tar.gz |
Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig
Convert CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Reviewed-by: Petr Vorel <petr.vorel at gmail.com>
Diffstat (limited to 'configs/mx6ull_14x14_evk_plugin_defconfig')
-rw-r--r-- | configs/mx6ull_14x14_evk_plugin_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig index 0475c1f7ab..0db69cd56d 100644 --- a/configs/mx6ull_14x14_evk_plugin_defconfig +++ b/configs/mx6ull_14x14_evk_plugin_defconfig @@ -24,6 +24,7 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_MMC=y +CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DM_GPIO=y CONFIG_DM_74X164=y CONFIG_DM_I2C=y |