fiq_debugger: rockchip: enlarge kmsg buffer size

This commit is contained in:
黄涛
2014-08-07 16:08:09 +08:00
parent 12bd547263
commit 898d52d96c

View File

@@ -246,7 +246,11 @@ static void fiq_debugger_prompt(struct fiq_debugger_state *state)
static void fiq_debugger_dump_kernel_log(struct fiq_debugger_state *state)
{
#ifdef CONFIG_ARCH_ROCKCHIP
char buf[968];
#else
char buf[512];
#endif
size_t len;
struct kmsg_dumper dumper = { .active = true };