]> 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 19:12:43 +0000 (21:12 +0200)
commit1f9d10f694f6f901a826a5b42fbfe914e2117971
tree4c6dd79a025553303b2994ea506ec1a46893cdf7
parent75997dc54f4ddbc4e9ed5dcebbe79951aa7128d1
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