summaryrefslogtreecommitdiff
path: root/chip/it83xx/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/flash.c')
-rw-r--r--chip/it83xx/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/flash.c b/chip/it83xx/flash.c
index c450815420..40fa0d1925 100644
--- a/chip/it83xx/flash.c
+++ b/chip/it83xx/flash.c
@@ -6,6 +6,7 @@
#include "common.h"
#include "console.h"
#include "flash.h"
+#include "flash_chip.h"
#include "host_command.h"
#include "system.h"
#include "util.h"
@@ -15,7 +16,6 @@
#include "shared_mem.h"
#include "uart.h"
-const char __flash_dma_start;
#define FLASH_DMA_START ((uint32_t) &__flash_dma_start)
#define FLASH_DMA_CODE __attribute__((section(".flash_direct_map")))