Skip to content
Snippets Groups Projects
Commit c91898bb authored by Jon Loeliger's avatar Jon Loeliger
Browse files

tools/: Remove obsolete references to CONFIG_COMMANDS


Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
parent 643d1ab2
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <command.h> #include <command.h>
#include <flash.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 */ extern flash_info_t flash_info[]; /* info for FLASH chips */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment