update dfs_xxx_mkfs in jffs2 nand uffs.c to use new args

This commit is contained in:
prife 2013-01-08 20:30:57 +08:00
parent 1e6bf8671c
commit 4bc0347b11
2 changed files with 657 additions and 659 deletions

View File

@ -222,7 +222,7 @@ static int dfs_jffs2_unmount(struct dfs_filesystem* fs)
return -DFS_STATUS_ENOENT;
}
static int dfs_jffs2_mkfs(const char* device_name)
static int dfs_jffs2_mkfs(rt_device_t dev_id)
{
/* just erase all blocks on this nand partition */
return -DFS_STATUS_ENOSYS;

File diff suppressed because it is too large Load Diff