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

10 Jul
2007
10 Jul
'07
5:48 a.m.
Signed-off-by: Jon Loeliger jdl@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
6519
Age (days ago)
6519
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jon Loeliger