Re: [U-Boot] [PATCH] Fix console_buffer size conflict error.

2010-06-29 Thread Wolfgang Denk
Dear Remy Bohmer, In message <1276802228-22080-1-git-send-email-li...@bohmer.net> you wrote: > The console_buffer size is declared in common/main.c as >-- char console_buffer[CONFIG_SYS_CBSIZE + 1]; > so this extern definition is wrong. > > Signed-off-by: Remy Bohmer > --- > common/hush.c |

Re: [U-Boot] [PATCH] Fix console_buffer size conflict error.

2010-06-25 Thread Remy Bohmer
Wolfgang, Please look at this one for the 2010.06 release. Kind regards, Remy 2010/6/17 Remy Bohmer : > The console_buffer size is declared in common/main.c as >   -- char console_buffer[CONFIG_SYS_CBSIZE + 1]; > so this extern definition is wrong. > > Signed-off-by: Remy Bohmer > --- >  commo

[U-Boot] [PATCH] Fix console_buffer size conflict error.

2010-06-17 Thread Remy Bohmer
The console_buffer size is declared in common/main.c as -- char console_buffer[CONFIG_SYS_CBSIZE + 1]; so this extern definition is wrong. Signed-off-by: Remy Bohmer --- common/hush.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/hush.c b/common/hush.c index