mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
add final fix for brcm47xx-2.6 memory corruption (patch from #1465)
SVN-Revision: 6575
This commit is contained in:
parent
b14f137a2e
commit
a8fbb232f8
@ -18,8 +18,8 @@
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#define NVRAM_SIZE (0x1ff0)
|
||||
static char _nvdata[NVRAM_SIZE] __initdata;
|
||||
static char _valuestr[256] __initdata;
|
||||
static char _nvdata[NVRAM_SIZE];
|
||||
static char _valuestr[256];
|
||||
|
||||
/*
|
||||
* TLV types. These codes are used in the "type-length-value"
|
||||
|
Loading…
x
Reference in New Issue
Block a user