]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_ide.c
Merge branch 'master' into next
[u-boot] / common / cmd_ide.c
index d86bf370302bf7ad1a760ac2019b7e33fc99a21a..4d7a0ac9e46a465147e55355912d417401f40519 100644 (file)
 #include <mpc5xxx.h>
 #endif
 
-#ifdef CONFIG_MPC512X
-#include <mpc512x.h>
-#endif
-
 #include <ide.h>
 #include <ata.h>
 
@@ -2108,11 +2104,11 @@ U_BOOT_CMD(
        "ide read  addr blk# cnt\n"
        "ide write addr blk# cnt - read/write `cnt'"
        " blocks starting at block `blk#'\n"
-       "    to/from memory address `addr'\n"
+       "    to/from memory address `addr'"
 );
 
 U_BOOT_CMD(
        diskboot,       3,      1,      do_diskboot,
        "boot from IDE device",
-       "loadAddr dev:part\n"
+       "loadAddr dev:part"
 );