]> git.sur5r.net Git - u-boot/blobdiff - board/esd/common/cmd_loadpci.c
ppc4xx: Small coding style cleanup for the latest esd patches
[u-boot] / 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 *[]);