diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:58 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:58 -0400 |
commit | 3505bc5561265f7453bb0f9063a254dc21cbdaa5 (patch) | |
tree | 02b8f93bf3309edcc8ee019b473bedda873988e8 /include/configs/MIP405.h | |
parent | b87ca80b9b1825b44341aa4bcd28c26a7860fd18 (diff) |
Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_ENV_OVERWRITE
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/MIP405.h')
-rw-r--r-- | include/configs/MIP405.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 7764b23ee99..0cc8f3726e3 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -111,7 +111,6 @@ * defines if the overwrite_console should be stored in the * environment **************************************************************/ -#undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE /************************************************************** * loads config |