Skip to content
Snippets Groups Projects
Commit 869588de authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
[trini: Re-sync]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 4ef6ecec
No related branches found
No related tags found
Loading
Showing
with 30 additions and 4 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment