adm5120: add missing NULL terminator to partition parser list

Fixes #11372.

SVN-Revision: 31574
This commit is contained in:
Jonas Gorski 2012-05-03 21:03:50 +00:00
parent 22b2e3fbb9
commit b393464fb4

View file

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