diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-08-04 22:34:40 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 19:41:53 (GMT) |
commit | fa379223cd61052331342e525778d96270ee6ed9 (patch) | |
tree | ed511c2ac87ca5e1bf03e9e29e3fcae173f2d41d /include/configs/MPC8536DS.h | |
parent | b75dfd2d4675e660ab20806641a063cdb65e99a0 (diff) | |
download | u-boot-fsl-qoriq-fa379223cd61052331342e525778d96270ee6ed9.tar.xz |
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/MPC8536DS.h')
-rw-r--r-- | include/configs/MPC8536DS.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index e3a8916..3a05473 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -578,11 +578,6 @@ #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ -/* - * Command line configuration. - */ -#define CONFIG_CMD_REGINFO - #undef CONFIG_WATCHDOG /* watchdog disabled */ #ifdef CONFIG_MMC |