]> git.sur5r.net Git - u-boot/blobdiff - board/evb64260/zuma_pbb.c
Merge with git://www.denx.de/git/u-boot.git
[u-boot] / board / evb64260 / zuma_pbb.c
index d64025afd74803a8911c6999b1e654df6ba53f56..296e4619c9a31c10692c691f2d24ecd54d257be6 100644 (file)
@@ -1,7 +1,7 @@
 #include <common.h>
 #include <malloc.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
 #include <command.h>
 #endif
 
@@ -166,7 +166,7 @@ void zuma_init_pbb (void)
 
 }
 
-#if (CONFIG_COMMANDS & CFG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
 
 static int last_cmd = 4;               /* write increment */
 static int last_size = 64;
@@ -217,4 +217,4 @@ U_BOOT_CMD(
        "    - init zuma mbox\n"
 );
 
-#endif /* CFG_CMD_BSP */
+#endif