diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-08-04 16:34:40 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:53 -0400 |
commit | fa379223cd61052331342e525778d96270ee6ed9 (patch) | |
tree | ed511c2ac87ca5e1bf03e9e29e3fcae173f2d41d /configs/controlcenterd_36BIT_SDCARD_defconfig | |
parent | b75dfd2d4675e660ab20806641a063cdb65e99a0 (diff) | |
download | u-boot-fa379223cd61052331342e525778d96270ee6ed9.tar.gz |
Convert CONFIG_CMD_REGINFO to Kconfig
This patch converts CONFIG_CMD_REGINFO to Kconfig
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/controlcenterd_36BIT_SDCARD_defconfig')
-rw-r--r-- | configs/controlcenterd_36BIT_SDCARD_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/controlcenterd_36BIT_SDCARD_defconfig b/configs/controlcenterd_36BIT_SDCARD_defconfig index 7396ef94d4..e48729881e 100644 --- a/configs/controlcenterd_36BIT_SDCARD_defconfig +++ b/configs/controlcenterd_36BIT_SDCARD_defconfig @@ -16,6 +16,7 @@ CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y +CONFIG_CMD_REGINFO=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_EEPROM=y # CONFIG_CMD_FLASH is not set |