summaryrefslogtreecommitdiffstats
path: root/board/evb64260
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-10 10:39:10 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-10 10:39:10 -0500
commit77a318545d57aefa844752465b94c7e09a3f26d0 (patch)
tree55af00384fa493e77150be599424539ecdc6a51d /board/evb64260
parent068b60a0eb7e73b243ca55399f2a7df76e2c3f3d (diff)
downloadblackbird-obmc-uboot-77a318545d57aefa844752465b94c7e09a3f26d0.tar.gz
blackbird-obmc-uboot-77a318545d57aefa844752465b94c7e09a3f26d0.zip
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/evb64260')
-rw-r--r--board/evb64260/eth.c2
-rw-r--r--board/evb64260/serial.c2
-rw-r--r--board/evb64260/zuma_pbb.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/board/evb64260/eth.c b/board/evb64260/eth.c
index 467c557337..add2b3df53 100644
--- a/board/evb64260/eth.c
+++ b/board/evb64260/eth.c
@@ -804,4 +804,4 @@ gt6426x_eth_initialize(bd_t *bis)
}
}
-#endif /* CFG_CMD_NET && CONFIG_NET_MULTI */
+#endif
diff --git a/board/evb64260/serial.c b/board/evb64260/serial.c
index dd73fa1c1b..f1bcab3f00 100644
--- a/board/evb64260/serial.c
+++ b/board/evb64260/serial.c
@@ -182,4 +182,4 @@ kgdb_interruptible (int yes)
{
return;
}
-#endif /* CFG_CMD_KGDB */
+#endif
diff --git a/board/evb64260/zuma_pbb.c b/board/evb64260/zuma_pbb.c
index c55d428f22..296e4619c9 100644
--- a/board/evb64260/zuma_pbb.c
+++ b/board/evb64260/zuma_pbb.c
@@ -217,4 +217,4 @@ U_BOOT_CMD(
" - init zuma mbox\n"
);
-#endif /* CFG_CMD_BSP */
+#endif
OpenPOWER on IntegriCloud