diff options
author | Christophe Leroy | 2017-08-04 16:34:40 -0600 |
---|---|---|
committer | Tom Rini | 2017-08-11 15:41:53 -0400 |
commit | fa379223cd61052331342e525778d96270ee6ed9 (patch) | |
tree | ed511c2ac87ca5e1bf03e9e29e3fcae173f2d41d /include/configs/C29XPCIE.h | |
parent | b75dfd2d4675e660ab20806641a063cdb65e99a0 (diff) |
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 'include/configs/C29XPCIE.h')
-rw-r--r-- | include/configs/C29XPCIE.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index 466bab48235..8c664b184d0 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -426,11 +426,6 @@ #define CONFIG_SYS_LOADS_BAUD_CHANGE /* - * Command line configuration. - */ -#define CONFIG_CMD_REGINFO - -/* * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ |