[U-Boot-Users] [PATCH 10/30] tools/: Remove obsolete references to CONFIG_COMMANDS

Jon Loeliger jdl at jdl.com
Tue Jul 10 05:48:17 CEST 2007


Signed-off-by: Jon Loeliger <jdl at freescale.com>
---
 tools/updater/cmd_flash.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/updater/cmd_flash.c b/tools/updater/cmd_flash.c
index ef8d544..746bcbb 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 */
 
-- 
1.5.2.2.249.g45fd





More information about the U-Boot mailing list