summaryrefslogtreecommitdiffstats
path: root/board/cm5200
diff options
context:
space:
mode:
Diffstat (limited to 'board/cm5200')
-rw-r--r--board/cm5200/cmd_cm5200.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cm5200/cmd_cm5200.c b/board/cm5200/cmd_cm5200.c
index 5119a99ca2..fd9b914ae3 100644
--- a/board/cm5200/cmd_cm5200.c
+++ b/board/cm5200/cmd_cm5200.c
@@ -27,7 +27,7 @@
#include <i2c.h>
#include <usb.h>
-#if (CONFIG_COMMANDS & CFG_CMD_BSP)
+#ifdef CONFIG_CMD_BSB
int do_i2c(char *argv[])
{
@@ -445,4 +445,4 @@ U_BOOT_CMD(
"fkt usb\n"
" - Test USB communication\n"
);
-#endif /* CFG_CMD_BSP */
+#endif /* CONFIG_CMD_BSP */
OpenPOWER on IntegriCloud