summaryrefslogtreecommitdiffstats
path: root/board/bc3450
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 18:19:09 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 18:47:45 -0500
commitfcec2eb93e126400009729328e797f12bc94f1fd (patch)
tree60c97658e0db6ed1d3005d5caa4dd2d6f9784420 /board/bc3450
parenta593814f2be0c9cdc3133cd550b167b8a988328f (diff)
downloadtalos-obmc-uboot-fcec2eb93e126400009729328e797f12bc94f1fd.tar.gz
talos-obmc-uboot-fcec2eb93e126400009729328e797f12bc94f1fd.zip
board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/bc3450')
-rw-r--r--board/bc3450/cmd_bc3450.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bc3450/cmd_bc3450.c b/board/bc3450/cmd_bc3450.c
index f640663b9f..664166a6d7 100644
--- a/board/bc3450/cmd_bc3450.c
+++ b/board/bc3450/cmd_bc3450.c
@@ -30,7 +30,7 @@
/*
* BC3450 specific commands
*/
-#if (CONFIG_COMMANDS & CFG_CMD_BSP) || defined(CONFIG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
#undef DEBUG
#ifdef DEBUG
OpenPOWER on IntegriCloud