diff options
author | Wolfgang Denk <wd@denx.de> | 2010-09-21 09:22:17 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-21 09:22:17 +0200 |
commit | b65e86d8d832146600a28cb4f14f771533df4f35 (patch) | |
tree | ed366e19f82547066cf5e40f6eaac75068da623b /common/cmd_bootm.c | |
parent | 69434e4c9485b442f441406c37030e8a85a42cfd (diff) | |
parent | 3c29975e94eb050fdea1c4299c24f348e50b22a3 (diff) | |
download | u-boot-imx-b65e86d8d832146600a28cb4f14f771533df4f35.zip u-boot-imx-b65e86d8d832146600a28cb4f14f771533df4f35.tar.gz u-boot-imx-b65e86d8d832146600a28cb4f14f771533df4f35.tar.bz2 |
Merge branch 'next' of ../custodians into next
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r-- | common/cmd_bootm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 4c6ed48..46efd77 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -77,6 +77,7 @@ static int image_info (unsigned long addr); #if defined(CONFIG_CMD_IMLS) #include <flash.h> +#include <mtd/cfi_flash.h> extern flash_info_t flash_info[]; /* info for FLASH chips */ static int do_imls (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); #endif |