]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bmp.c
ColdFire 54455: Fix correct boot location for atmel and intel
[u-boot] / common / cmd_bmp.c
index ad412c81eb8d39ee893ffa166af533156922eeda..241aa8357a3ce3ccea7e3fee4f137c53b1dcd128 100644 (file)
@@ -31,7 +31,7 @@
 #include <asm/byteorder.h>
 #include <malloc.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BMP)
+#if defined(CONFIG_CMD_BMP)
 
 static int bmp_info (ulong addr);
 static int bmp_display (ulong addr, int x, int y);
@@ -188,4 +188,4 @@ static int bmp_display(ulong addr, int x, int y)
 #endif
 }
 
-#endif /* (CONFIG_COMMANDS & CFG_CMD_BMP) */
+#endif /* defined(CONFIG_CMD_BMP) */