]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
various cmd_* files: fixed layout a little bit
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 31 Jul 2010 13:01:53 +0000 (15:01 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 8 Aug 2010 23:07:37 +0000 (01:07 +0200)
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>
12 files changed:
common/cmd_ambapp.c
common/cmd_bootldr.c
common/cmd_cplbinfo.c
common/cmd_license.c
common/cmd_mmc.c
common/cmd_nand.c
common/cmd_otp.c
common/cmd_spibootldr.c
common/cmd_strings.c
common/cmd_ubi.c
common/cmd_ubifs.c
common/cmd_ximg.c

index 283c433376fb2ae4873b1c9f696e5df16f865238..fa7d7e280fb8acd386f376a6a61e4b13a69bf6a6 100644 (file)
@@ -272,7 +272,8 @@ int ambapp_init_reloc(void)
        return 0;
 }
 
-U_BOOT_CMD(ambapp, 1, 1, do_ambapp_print,
+U_BOOT_CMD(
+       ambapp, 1, 1, do_ambapp_print,
        "list AMBA Plug&Play information",
        "ambapp\n"
        "    - lists AMBA (AHB & APB) Plug&Play devices present on the system"
index c7f14d9e451e0d17c90a7dfbd721fc5b72dc9496..535b931ff342ccf2385ef6ee90f2de06b451752b 100644 (file)
@@ -167,7 +167,8 @@ int do_bootldr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(bootldr, 2, 0, do_bootldr,
+U_BOOT_CMD(
+       bootldr, 2, 0, do_bootldr,
        "boot ldr image from memory",
        "[addr]\n"
        ""
index fc6abffe6e2adccc4a0be7ec8e565548f83f0ca1..ab5b3b587686f0f5e3cd8aa7e2c74e88b02e5433 100644 (file)
@@ -53,7 +53,8 @@ int do_cplbinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(cplbinfo, 1, 0, do_cplbinfo,
+U_BOOT_CMD(
+       cplbinfo, 1, 0, do_cplbinfo,
        "display current CPLB tables",
        ""
 );
index 90fd57e25dd2253a0b6344831579a9194c45d51d..70645d5ed2b065233b85635025453e7941d9bd66 100644 (file)
@@ -49,7 +49,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(license, 1, 1, do_license,
+U_BOOT_CMD(
+       license, 1, 1, do_license,
        "print GPL license text",
        ""
 );
index 19f2eb418d6a9e3d9ac3dde2dfa468331009feff..a6ed6a84e8dfd5ab7d8f24338b81e1f7a9f118a5 100644 (file)
@@ -130,7 +130,8 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo,
+U_BOOT_CMD(
+       mmcinfo, 2, 0, do_mmcinfo,
        "display MMC info",
        "<dev num>\n
         "    - device number of the device to dislay info of\n"
index 0f47a258ce20abf1d41f7811b54b4d987940c09a..3f1d077ff737cae9938475db03d1820c31da0505 100644 (file)
@@ -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"
index 43f7c69f7893d2356f228d1cfb737f0c4eded573..56f08e0c05767973da03257263bc6a5483e222de 100644 (file)
@@ -223,7 +223,8 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return ret;
 }
 
-U_BOOT_CMD(otp, 7, 0, do_otp,
+U_BOOT_CMD(
+       otp, 7, 0, do_otp,
        "One-Time-Programmable sub-system",
        "read <addr> <page> [count] [half]\n"
        " - read 'count' half-pages starting at 'page' (offset 'half') to 'addr'\n"
index 68aa618320e6aa31df583988226ed657d912a8b5..ca76dde1ddad374975595bf8ad7a735a5a403851 100644 (file)
@@ -30,7 +30,8 @@ int do_spibootldr(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return bfrom_SpiBoot(addr, BFLAG_PERIPHERAL | 4, 0, NULL);
 }
 
-U_BOOT_CMD(spibootldr, 2, 0, do_spibootldr,
+U_BOOT_CMD(
+       spibootldr, 2, 0, do_spibootldr,
        "boot ldr image from spi",
        "[offset]\n"
        "    - boot ldr image stored at offset into spi\n");
index 144a6c18d7eed900d81bab6c3ac3e72d11a22ae0..2986324bc0185849826d85d8700dc2e2b0743cd9 100644 (file)
@@ -38,7 +38,8 @@ int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(strings, 3, 1, do_strings,
+U_BOOT_CMD(
+       strings, 3, 1, do_strings,
        "display strings",
        "<addr> [byte count]\n"
        "    - display strings at <addr> for at least [byte count] or first double NUL"
index 77ca0a5f2e74b2358382b2e7aa0cbb20f8a8f27f..7692ac7716d2bbcc472892cc9e649c02dd731aae 100644 (file)
@@ -598,7 +598,8 @@ static int do_ubi(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
        return -1;
 }
 
-U_BOOT_CMD(ubi, 6, 1, do_ubi,
+U_BOOT_CMD(
+       ubi, 6, 1, do_ubi,
        "ubi commands",
        "part [part] [offset]\n"
                " - Show or set current partition (with optional VID"
index 2cab793e6c86295e69955f222bb0010f4764d664..a0ec184486dc08a330e063a97b55990fab69f7ae 100644 (file)
@@ -131,13 +131,15 @@ U_BOOT_CMD(
        "    - mount 'volume-name' volume"
 );
 
-U_BOOT_CMD(ubifsls, 2, 0, do_ubifs_ls,
+U_BOOT_CMD(
+       ubifsls, 2, 0, do_ubifs_ls,
        "list files in a directory",
        "[directory]\n"
        "    - list files in a 'directory' (default '/')"
 );
 
-U_BOOT_CMD(ubifsload, 4, 0, do_ubifs_load,
+U_BOOT_CMD(
+       ubifsload, 4, 0, do_ubifs_load,
        "load file from an UBIFS filesystem",
        "<addr> <filename> [bytes]\n"
        "    - load file 'filename' to address 'addr'"
index 8a2cf835d89e99d5b3f6b9b366e8e53d7bc42217..dceb975498beef93c2941afcbeacf5ba6a204ec2 100644 (file)
@@ -262,7 +262,8 @@ do_imgextract(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])
        return 0;
 }
 
-U_BOOT_CMD(imxtract, 4, 1, do_imgextract,
+U_BOOT_CMD(
+       imxtract, 4, 1, do_imgextract,
        "extract a part of a multi-image",
        "addr part [dest]\n"
        "    - extract <part> from legacy image at <addr> and copy to <dest>"