]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_spi.c
ColdFire 54455: Fix correct boot location for atmel and intel
[u-boot] / common / cmd_spi.c
index 5874222e7cb86facb3109201502ae2bd22c59ae9..3118d279b97dcea25658f561b06d6b1bfde7ff29 100644 (file)
@@ -29,7 +29,7 @@
 #include <command.h>
 #include <spi.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_SPI) || defined(CONFIG_CMD_SPI)
+#if defined(CONFIG_CMD_SPI)
 
 /*-----------------------------------------------------------------------
  * Definitions
@@ -140,4 +140,4 @@ U_BOOT_CMD(
        "<dout>    - Hexadecimal string that gets sent\n"
 );
 
-#endif /* CFG_CMD_SPI */
+#endif