mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
various cmd_* files: fixed layout a little bit
Most of the files have U_BOOT_CMD on a separate line, but a few didn't and had the first line on the same line as U_BOOT_CMD. This changes these files by adding a line break and a tab Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
cc9f607beb
commit
388a29d024
@@ -579,7 +579,8 @@ usage:
|
||||
return cmd_usage(cmdtp);
|
||||
}
|
||||
|
||||
U_BOOT_CMD(nand, CONFIG_SYS_MAXARGS, 1, do_nand,
|
||||
U_BOOT_CMD(
|
||||
nand, CONFIG_SYS_MAXARGS, 1, do_nand,
|
||||
"NAND sub-system",
|
||||
"info - show available NAND devices\n"
|
||||
"nand device [dev] - show or set current device\n"
|
||||
|
Reference in New Issue
Block a user