
10 Oct
2013
10 Oct
'13
3:01 a.m.
multiple definitions of `_u_boot_list_2_cmd_2_ls' if CONFIG_CMD_JFFS2 and CONFIG_CMD_FS_GENERIC are defined.
Signed-off-by: Suriyan Ramasami suriyan.r@gmail.com --- common/cmd_jffs2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_jffs2.c b/common/cmd_jffs2.c index bce0983..f38455f 100644 --- a/common/cmd_jffs2.c +++ b/common/cmd_jffs2.c @@ -606,7 +606,7 @@ U_BOOT_CMD( " with offset 'off'" ); U_BOOT_CMD( - ls, 2, 1, do_jffs2_ls, + fsls, 2, 1, do_jffs2_ls, "list files in a directory (default /)", "[ directory ]" );
--
1.7.1