]> git.sur5r.net Git - u-boot/blobdiff - board/esd/common/cmd_loadpci.c
Merge branch 'master' of /home/git/u-boot
[u-boot] / board / esd / common / cmd_loadpci.c
index 3478f825c508f9fbf176aa94f575c3c4418168a6..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 *[]);
@@ -120,4 +120,3 @@ U_BOOT_CMD(
        );
 
 #endif
-