commit | 06186861ef14b8d072cbbbe6c0e75adce2119146 | [log] [tgz] |
---|---|---|
author | Remy Bohmer <linux@bohmer.net> | Thu Jun 17 21:17:08 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 29 21:12:43 2010 +0200 |
tree | 4c6dd79a025553303b2994ea506ec1a46893cdf7 | |
parent | 63ce666e1768bc6be3b0c85b13e79e60c1f72cfc [diff] |
Fix console_buffer size conflict error. 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 <linux@bohmer.net>