Merge branch 'for-1.3.2-ver2'
[oweals/u-boot.git] / board / esd / common / cmd_loadpci.c
index bf796ff9d14444d66be11d57adee1bba07ac3dd1..d88b3876dc29215e410c3dc101dbc65dcdd10484 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
 
 extern int do_bootm (cmd_tbl_t *, int, int, char *[]);
 extern int do_autoscript (cmd_tbl_t *, int, int, char *[]);