common: fdt_support: correct function part_mtd_parse to mtd_part_parse

Change-Id: I935696c9aff9f464e5e625dd96f0acde67f60c8c
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
Jason Zhu 2019-06-25 17:53:27 +08:00
parent 059ed03284
commit 278b570da4
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ int fdt_chosen(void *fdt)
env_update("bootargs", bootargs);
#endif
#ifdef CONFIG_MTD_BLK
char *mtd_par_info = part_mtd_parse();
char *mtd_par_info = mtd_part_parse();
if (mtd_par_info) {
if (memcmp(env_get("devtype"), "mtd", 3) == 0)