Commit 69fe38a9 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

updated

parent ed43d2a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@
static struct mtd_info *mtd;

//surprise size
static char *bootargs;
// added const for Rocko
static const char *bootargs;
//known size, all should be zero filled
static char boardinfo[2048];
static char serial[13];