projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
643d1ab
)
tools/: Remove obsolete references to CONFIG_COMMANDS
author
Jon Loeliger
<jdl@freescale.com>
Mon, 9 Jul 2007 22:46:09 +0000
(17:46 -0500)
committer
Jon 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
patch
|
blob
|
history
diff --git
a/tools/updater/cmd_flash.c
b/tools/updater/cmd_flash.c
index ef8d5443efcd0db65dcfa94c963fa02f255acc5d..746bcbb15388f74261bf67ac5de0a31bdb1b4f2f 100644
(file)
--- 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 */