mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
cmd: jffs2: Rename command ls to fsls
Rename command ls to fsls as its conflicting with generic file systesm command ls and this is causing compilation failure as below, if both are enabled and this patch fixes it. cmd/jffs2.o:(.u_boot_list_2_cmd_2_ls+0x0): multiple definition of `_u_boot_list_2_cmd_2_ls' cmd/fs.o:(.u_boot_list_2_cmd_2_ls+0x0):first defined here scripts/Makefile.build:359: recipe for target 'cmd/built-in.o' failed make[1]: *** [cmd/built-in.o] Error 1 Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
2bd3cab335
commit
314f6362c4
1 changed files with 1 additions and 1 deletions
|
@ -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 ]"
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue