mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
fiq_debugger: rockchip: enlarge kmsg buffer size
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user