summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 17:46:09 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 17:46:09 -0500
commitc91898bbc505aff3e12a807af88e76da18efb7ee (patch)
tree35ea15bd3267d939876000986358a3dad410438d
parent643d1ab23960950b52e0a2803c2d3ea4c558fa01 (diff)
downloadblackbird-obmc-uboot-c91898bbc505aff3e12a807af88e76da18efb7ee.tar.gz
blackbird-obmc-uboot-c91898bbc505aff3e12a807af88e76da18efb7ee.zip
tools/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
-rw-r--r--tools/updater/cmd_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/updater/cmd_flash.c b/tools/updater/cmd_flash.c
index ef8d5443ef..746bcbb153 100644
--- a/tools/updater/cmd_flash.c
+++ b/tools/updater/cmd_flash.c
@@ -28,7 +28,7 @@
#include <command.h>
#include <flash.h>
-#if (CONFIG_COMMANDS & CFG_CMD_FLASH) || defined(CONFIG_CMD_FLASH)
+#if defined(CONFIG_CMD_FLASH)
extern flash_info_t flash_info[]; /* info for FLASH chips */
OpenPOWER on IntegriCloud