summaryrefslogtreecommitdiff
path: root/post/drivers/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/drivers/flash.c')
-rw-r--r--post/drivers/flash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/post/drivers/flash.c b/post/drivers/flash.c
index 07eab332d2..7d65f46d9f 100644
--- a/post/drivers/flash.c
+++ b/post/drivers/flash.c
@@ -6,12 +6,12 @@
* Licensed under the GPL-2 or later.
*/
+#if CONFIG_POST & CONFIG_SYS_POST_FLASH
#include <common.h>
#include <malloc.h>
#include <post.h>
#include <flash.h>
-#if CONFIG_POST & CONFIG_SYS_POST_FLASH
/*
* This code will walk over the declared sectors erasing them,
@@ -30,8 +30,6 @@
# error "invalid flash block start/end"
#endif
-extern flash_info_t flash_info[];
-
static void *seed_src_data(void *ptr, ulong *old_len, ulong new_len)
{
unsigned char *p;