-
- Downloads
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>
Loading
Please register or sign in to comment