summaryrefslogtreecommitdiffstats
path: root/common/cmd_portio.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-08 18:05:39 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-08 18:05:39 -0500
commitfd9bcaa35be64fe41a4223fdb6ecdbad52470b39 (patch)
tree0da6aae913bebfb7214e9b8f31955fbf6f574d3b /common/cmd_portio.c
parentc76fe47425afc7d5d670ff0539823c85d65d9c42 (diff)
downloadblackbird-obmc-uboot-fd9bcaa35be64fe41a4223fdb6ecdbad52470b39.tar.gz
blackbird-obmc-uboot-fd9bcaa35be64fe41a4223fdb6ecdbad52470b39.zip
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'common/cmd_portio.c')
-rw-r--r--common/cmd_portio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_portio.c b/common/cmd_portio.c
index 6a074829e7..ad6656a7e9 100644
--- a/common/cmd_portio.c
+++ b/common/cmd_portio.c
@@ -30,7 +30,7 @@
#include <common.h>
#include <command.h>
-#if (CONFIG_COMMANDS & CFG_CMD_PORTIO) || defined(CONFIG_CMD_PORTIO)
+#if defined(CONFIG_CMD_PORTIO)
extern int cmd_get_data_size (char *arg, int default_size);
OpenPOWER on IntegriCloud