diff options
| author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:46:09 -0500 | 
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:46:09 -0500 | 
| commit | c91898bbc505aff3e12a807af88e76da18efb7ee (patch) | |
| tree | 35ea15bd3267d939876000986358a3dad410438d /tools/updater/cmd_flash.c | |
| parent | 643d1ab23960950b52e0a2803c2d3ea4c558fa01 (diff) | |
| download | olio-uboot-2014.01-c91898bbc505aff3e12a807af88e76da18efb7ee.tar.xz olio-uboot-2014.01-c91898bbc505aff3e12a807af88e76da18efb7ee.zip | |
tools/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'tools/updater/cmd_flash.c')
| -rw-r--r-- | 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 ef8d5443e..746bcbb15 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 */ |