]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ide.c
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
[karo-tx-uboot.git] / common / cmd_ide.c
index 2202009f5f22aff7be45cab29d538d7824eb2df6..821dcff9bf4b3026a86b463011aae73f2c74631b 100644 (file)
@@ -68,8 +68,6 @@ DECLARE_GLOBAL_DATA_PTR;
 # define SYNC          /* nothing */
 #endif
 
-#if defined(CONFIG_CMD_IDE)
-
 #ifdef CONFIG_IDE_8xx_DIRECT
 /* Timings for IDE Interface
  *
@@ -2081,5 +2079,3 @@ U_BOOT_CMD(
        "diskboot- boot from IDE device\n",
        "loadAddr dev:part\n"
 );
-
-#endif