]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amirix/ap1000/powerspan.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / amirix / ap1000 / powerspan.c
index f0481553f07716d93cad23407112d89ad065acea..28e2bbc47832d3962d54b80a18b5b15a4a4864d3 100755 (executable)
@@ -478,7 +478,7 @@ int do_eeprom (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD (eeprom, 4, 0, do_eeprom,
-           "eeprom  - read/write/copy to/from the PowerSpan II eeprom\n",
+           "read/write/copy to/from the PowerSpan II eeprom",
            "eeprom r OFF [NUM]\n"
            "    - read NUM words starting at OFF\n"
            "eeprom w OFF VAL\n"
@@ -487,7 +487,7 @@ U_BOOT_CMD (eeprom, 4, 0, do_eeprom,
            "    - store contents of eeprom at address ADD\n"
            "eeprom p ADD\n"
            "    - put data stored at address ADD into the eeprom\n"
-           "eeprom d\n" "    - return eeprom to default contents\n");
+           "eeprom d\n" "    - return eeprom to default contents");
 
 unsigned int PowerSpanRead (unsigned int theOffset)
 {