mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
dataflash mmc mux: use common cmd_usage function
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
a7481b353b
commit
739b8080af
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ int do_dataflash_mmc_mux (cmd_tbl_t *cmdtp, int flag, int argc, char * const arg
|
||||||
AT91F_GetMuxStatus () ? "MMC" : "SPI");
|
AT91F_GetMuxStatus () ? "MMC" : "SPI");
|
||||||
return 0;
|
return 0;
|
||||||
default:
|
default:
|
||||||
printf ("Usage:\n%s\n", cmdtp->usage);
|
return cmd_usage(cmdtp);
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue