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/mvebu_db-88f3720.h | |
parent | 0a6eac842ea288411309cebdc4e72ff59ea6c5ee (diff) |
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/mvebu_db-88f3720.h')
-rw-r--r-- | include/configs/mvebu_db-88f3720.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mvebu_db-88f3720.h b/include/configs/mvebu_db-88f3720.h index e785f241f8..7a50c4e919 100644 --- a/include/configs/mvebu_db-88f3720.h +++ b/include/configs/mvebu_db-88f3720.h @@ -51,7 +51,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_BOARD_EARLY_INIT_F /* call board_init_f for early inits */ #define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */ |