]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx6 remove bogus '\n' from cmd descriptions
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 11 Oct 2013 08:51:20 +0000 (10:51 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 11 Oct 2013 08:51:20 +0000 (10:51 +0200)
board/karo/tx6/flash.c
common/cmd_bootce.c

index 540b360e46507e1ca0b04ca62e404cf09b3e7838..1ac189b16b0a129cab6bd1bb086ac6b1ab4fd9c0 100644 (file)
@@ -650,7 +650,7 @@ int do_update(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
 }
 
 U_BOOT_CMD(romupdate, 11, 0, do_update,
-       "Creates an FCB data structure and writes an U-Boot image to flash\n",
+       "Creates an FCB data structure and writes an U-Boot image to flash",
        "[-f #] [-r [#]] [-e #] [<address>] [<length>]\n"
        "\t-f #\twrite bootloader image at block #\n"
        "\t-r\twrite redundant bootloader image at next free block after first image\n"
index 1796ddfcd2b66457745f7eabb3571c75328a4996..eca5df88488bd936ce91189271cf920fc7c89c58 100644 (file)
@@ -452,9 +452,9 @@ static int do_bootce(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
 }
 U_BOOT_CMD(
        bootce, 2, 0, do_bootce,
-       "Boot a Windows CE image from RAM\n",
+       "Boot a Windows CE image from RAM",
        "[addr]\n"
-       "\taddr\t\tboot image from address addr (default ${fileaddr})\n"
+       "\taddr\t\tboot image from address addr (default ${fileaddr})"
 );
 
 static int ce_nand_load(ce_bin *bin, loff_t *offset, void *buf, size_t max_len)
@@ -576,10 +576,10 @@ err:
 }
 U_BOOT_CMD(
        nbootce, 2, 0, do_nbootce,
-       "Boot a Windows CE image from NAND\n",
+       "Boot a Windows CE image from NAND",
        "off|partitition\n"
        "\toff\t\t- flash offset (hex)\n"
-       "\tpartition\t- partition name\n"
+       "\tpartition\t- partition name"
 );
 
 static int ce_send_write_ack(ce_net *net)
@@ -1060,7 +1060,7 @@ err:
 }
 U_BOOT_CMD(
        ceconnect, 6, 1, do_ceconnect,
-       "Set up a connection to the CE host PC over TCP/IP and download the run-time image\n",
+       "Set up a connection to the CE host PC over TCP/IP and download the run-time image",
        "[-v] [-t <timeout>] [-h host]\n"
        "  -v            - verbose operation\n"
        "  -t <timeout>  - max wait time (#sec) for the connection\n"