adm5120: add missing NULL terminator to partition parser list
Fixes #11372. SVN-Revision: 31574
This commit is contained in:
parent
22b2e3fbb9
commit
b393464fb4
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ static const char const *parse_types[] = {
|
||||||
#ifdef CONFIG_MTD_MYLOADER_PARTS
|
#ifdef CONFIG_MTD_MYLOADER_PARTS
|
||||||
"MyLoader",
|
"MyLoader",
|
||||||
#endif
|
#endif
|
||||||
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define BANK_SIZE (2<<20)
|
#define BANK_SIZE (2<<20)
|
||||||
|
|
Loading…
Reference in a new issue