tools/: Remove obsolete references to CONFIG_COMMANDS
authorJon Loeliger <jdl@freescale.com>
Mon, 9 Jul 2007 22:46:09 +0000 (17:46 -0500)
committerJon Loeliger <jdl@freescale.com>
Mon, 9 Jul 2007 22:46:09 +0000 (17:46 -0500)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
tools/updater/cmd_flash.c

index ef8d544..746bcbb 100644 (file)
@@ -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 */