commit | 3110ececdcfcd0c6c199e6c3667004de401406ab | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:13:02 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 23 18:34:17 2016 -0400 |
tree | 2f845d9c8c5359adc0e1ed7459dba018d1fa16f7 | |
parent | 049f06a083e519bae7a41479ac299aa84cab3c3d [diff] |
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig This converts the following to Kconfig: CONFIG_SYS_STDIO_DEREGISTER This option should never be enabled in SPL, so use CONFIG_IS_ENABLED(SYS_STDIO_DEREGISTER) when checking the option. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Re-sync] Signed-off-by: Tom Rini <trini@konsulko.com>