diff options
author | Simon Glass | 2016-10-17 20:12:59 -0600 |
---|---|---|
committer | Tom Rini | 2016-10-23 18:34:01 -0400 |
commit | 84f2a5d0a6c4d267ce9aeb5eaab3c4d419a605ac (patch) | |
tree | 216c9f26b86a651cf9f62ce41825017319d4597c /configs/socfpga_sr1500_defconfig | |
parent | 3505bc5561265f7453bb0f9063a254dc21cbdaa5 (diff) |
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 'configs/socfpga_sr1500_defconfig')
-rw-r--r-- | configs/socfpga_sr1500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_sr1500_defconfig b/configs/socfpga_sr1500_defconfig index 276682753fd..9cc2f7a2aa8 100644 --- a/configs/socfpga_sr1500_defconfig +++ b/configs/socfpga_sr1500_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_STACK_R_ADDR=0x00800000 CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_sr1500" CONFIG_FIT=y CONFIG_SYS_CONSOLE_IS_IN_ENV=y +CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set |