diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:55 -0400 |
commit | 5ecf8c66189978e096e27953ab31990e31b7f968 (patch) | |
tree | a39672436662009b6bbc345d09e6fb0ae071233d /include/configs/mv-common.h | |
parent | 0a6eac842ea288411309cebdc4e72ff59ea6c5ee (diff) | |
download | u-boot-5ecf8c66189978e096e27953ab31990e31b7f968.tar.gz |
video: Drop CONFIG_CONSOLE_INFO_QUIET
This is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r-- | include/configs/mv-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 73e9a039ff..b28030caf9 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -83,7 +83,6 @@ #define CONFIG_SYS_LONGHELP #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING -#define CONFIG_CONSOLE_INFO_QUIET /* some code reduction */ #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ #define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ #define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */ |