]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ximg.c
Prepare v2011.06-rc1
[karo-tx-uboot.git] / common / cmd_ximg.c
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>"