]> git.sur5r.net Git - u-boot/blobdiff - board/esd/common/cmd_loadpci.c
[new uImage] Define a API for image handling operations
[u-boot] / board / esd / common / cmd_loadpci.c
index aab1ba3126834c1a147f5e54ad1032530e982046..d88b3876dc29215e410c3dc101dbc65dcdd10484 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_BSP) || defined(CONFIG_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 *[]);