diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:59 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:34:01 -0400 |
commit | 84f2a5d0a6c4d267ce9aeb5eaab3c4d419a605ac (patch) | |
tree | 216c9f26b86a651cf9f62ce41825017319d4597c /include/configs/ge_bx50v3.h | |
parent | 3505bc5561265f7453bb0f9063a254dc21cbdaa5 (diff) | |
download | u-boot-84f2a5d0a6c4d267ce9aeb5eaab3c4d419a605ac.tar.gz |
Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ge_bx50v3.h')
-rw-r--r-- | include/configs/ge_bx50v3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 44155e758d..ae3b1e4ac6 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -304,8 +304,6 @@ #define CONFIG_SYS_FSL_USDHC_NUM 3 -#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE - /* Framebuffer */ #ifdef CONFIG_VIDEO #define CONFIG_VIDEO_IPUV3 |