summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-18 02:12:59 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-23 22:34:01 (GMT)
commit84f2a5d0a6c4d267ce9aeb5eaab3c4d419a605ac (patch)
tree216c9f26b86a651cf9f62ce41825017319d4597c /include/configs/socfpga_common.h
parent3505bc5561265f7453bb0f9063a254dc21cbdaa5 (diff)
downloadu-boot-84f2a5d0a6c4d267ce9aeb5eaab3c4d419a605ac.tar.xz
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/socfpga_common.h')
-rw-r--r--include/configs/socfpga_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index e76e072..d37e595 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -251,7 +251,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
/*
* U-Boot environment
*/
-#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
#if !defined(CONFIG_ENV_SIZE)
#define CONFIG_ENV_SIZE 4096
#endif