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:
parent
059ed03284
commit
278b570da4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue