diff options
author | Remy Bohmer <linux@bohmer.net> | 2010-06-17 21:17:08 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-06-29 23:03:39 +0200 |
commit | 0d7f4abcf6bbef06504c82e03f11054468262430 (patch) | |
tree | 4c6dd79a025553303b2994ea506ec1a46893cdf7 /drivers/usb/host | |
parent | 38c38c344c200ee90cfd243671473c449b6f0815 (diff) | |
download | u-boot-imx-0d7f4abcf6bbef06504c82e03f11054468262430.zip u-boot-imx-0d7f4abcf6bbef06504c82e03f11054468262430.tar.gz u-boot-imx-0d7f4abcf6bbef06504c82e03f11054468262430.tar.bz2 |
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>
Diffstat (limited to 'drivers/usb/host')
0 files changed, 0 insertions, 0 deletions