adm5120: add missing NULL terminator to partition parser list

Fixes #11372.

SVN-Revision: 31574
v19.07.3_mercusys_ac12_duma
Jonas Gorski 12 years ago
parent 22b2e3fbb9
commit b393464fb4

@ -100,6 +100,7 @@ static const char const *parse_types[] = {
#ifdef CONFIG_MTD_MYLOADER_PARTS
"MyLoader",
#endif
NULL,
};
#define BANK_SIZE (2<<20)

Loading…
Cancel
Save