
11 Oct
2016
11 Oct
'16
5:15 a.m.
Hi Simon,
Typo of CONFIG-CONSOLE_MUX in the commit title.
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass sjg@chromium.org wrote:
CONFIG_CONSOLE_MUX and CONFIG_SYS_CONSOLE_IS_IN_ENV are not applicable for SPL. Update the console code to use CONFIG_IS_ENABLED(), so that these options will be inactive in SPL.
I don't understand, what's the difference between CONFIG_IS_ENABLE() and #ifdef?
Signed-off-by: Simon Glass sjg@chromium.org
common/console.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-)
[snip]
Regards, Bin