Re: [U-Boot] [PATCH 2/2] common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible

2009-02-01 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1233486771-10411-2-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > common/console.c | 108 > -- > 1 files changed, 56 insertions(+),

[U-Boot] [PATCH 2/2] common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible

2009-02-01 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/console.c | 108 -- 1 files changed, 56 insertions(+), 52 deletions(-) diff --git a/common/console.c b/common/console.c index 851b0f8..a927b20 100644 --- a/common/console.c +++ b/commo