]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix console_buffer size conflict error.
authorRemy Bohmer <linux@bohmer.net>
Thu, 17 Jun 2010 19:17:08 +0000 (21:17 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 29 Jun 2010 21:03:39 +0000 (23:03 +0200)
commit0d7f4abcf6bbef06504c82e03f11054468262430
tree4c6dd79a025553303b2994ea506ec1a46893cdf7
parent38c38c344c200ee90cfd243671473c449b6f0815
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>
common/hush.c