summaryrefslogtreecommitdiff
path: root/cmd/bootm.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-04 16:53:39 -0400
committerTom Rini <trini@konsulko.com>2022-08-04 16:54:01 -0400
commitb8e09898919e23c5d7f1934be7bf9a3a6f0deb0e (patch)
treeba1c168b729947aec2a487791e5a26ce72da4282 /cmd/bootm.c
parent62e6418031bed3671e57e63d49273e2739a82589 (diff)
parent78475d2572615471d3c047e61481a68859d0dd7f (diff)
Merge branch '2022-08-04-Kconfig-migrations'
- Further migrations to Kconfig and associated dead code removal.
Diffstat (limited to 'cmd/bootm.c')
-rw-r--r--cmd/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/bootm.c b/cmd/bootm.c
index 1f70ee9e911..9fe8ce4a27c 100644
--- a/cmd/bootm.c
+++ b/cmd/bootm.c
@@ -31,7 +31,6 @@ 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 */
#endif
#if defined(CONFIG_CMD_IMLS) || defined(CONFIG_CMD_IMLS_NAND)