mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:11:46 +02:00
adm5120: add missing NULL terminator to partition parser list
Fixes #11372. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31574 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
14f0acdc28
commit
4e31867a39
@ -100,6 +100,7 @@ static const char const *parse_types[] = {
|
||||
#ifdef CONFIG_MTD_MYLOADER_PARTS
|
||||
"MyLoader",
|
||||
#endif
|
||||
NULL,
|
||||
};
|
||||
|
||||
#define BANK_SIZE (2<<20)
|
||||
|
Loading…
Reference in New Issue
Block a user