mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-27 05:03:28 +08:00
tools/: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
parent
643d1ab239
commit
c91898bbc5
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user