summaryrefslogtreecommitdiffstats
path: root/board/evb64260/zuma_pbb.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 18:24:55 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 18:48:04 -0500
commitb9307262f8a9f3b5c9e15a6067eadc17407146f6 (patch)
treef0578ce3096876193b7ea3e47f618cdf6f88d000 /board/evb64260/zuma_pbb.c
parentfcec2eb93e126400009729328e797f12bc94f1fd (diff)
downloadblackbird-obmc-uboot-b9307262f8a9f3b5c9e15a6067eadc17407146f6.tar.gz
blackbird-obmc-uboot-b9307262f8a9f3b5c9e15a6067eadc17407146f6.zip
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/evb64260/zuma_pbb.c')
-rw-r--r--board/evb64260/zuma_pbb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/evb64260/zuma_pbb.c b/board/evb64260/zuma_pbb.c
index 54e55ddd64..c55d428f22 100644
--- a/board/evb64260/zuma_pbb.c
+++ b/board/evb64260/zuma_pbb.c
@@ -1,7 +1,7 @@
#include <common.h>
#include <malloc.h>
-#if (CONFIG_COMMANDS & CFG_CMD_BSP) || defined(CONFIG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
#include <command.h>
#endif
@@ -166,7 +166,7 @@ void zuma_init_pbb (void)
}
-#if (CONFIG_COMMANDS & CFG_CMD_BSP) || defined(CONFIG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
static int last_cmd = 4; /* write increment */
static int last_size = 64;
OpenPOWER on IntegriCloud