summaryrefslogtreecommitdiff
path: root/src/flash/nor
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor')
-rw-r--r--src/flash/nor/aduc702x.c2
-rw-r--r--src/flash/nor/at91sam7.c2
-rw-r--r--src/flash/nor/cfi.c2
-rw-r--r--src/flash/nor/lpc2000.c2
-rw-r--r--src/flash/nor/lpc288x.c2
-rw-r--r--src/flash/nor/lpc2900.c2
-rw-r--r--src/flash/nor/stellaris.c2
-rw-r--r--src/flash/nor/stm32x.c2
-rw-r--r--src/flash/nor/str7x.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/flash/nor/aduc702x.c b/src/flash/nor/aduc702x.c
index 643705ca..109b4866 100644
--- a/src/flash/nor/aduc702x.c
+++ b/src/flash/nor/aduc702x.c
@@ -25,7 +25,7 @@
#include "flash.h"
#include "armv4_5.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#include "time_support.h"
#include "algorithm.h"
diff --git a/src/flash/nor/at91sam7.c b/src/flash/nor/at91sam7.c
index f9b87bab..3201737d 100644
--- a/src/flash/nor/at91sam7.c
+++ b/src/flash/nor/at91sam7.c
@@ -50,7 +50,7 @@
#endif
#include "at91sam7.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
static int at91sam7_protect_check(struct flash_bank *bank);
static int at91sam7_write(struct flash_bank *bank, uint8_t *buffer, uint32_t offset, uint32_t count);
diff --git a/src/flash/nor/cfi.c b/src/flash/nor/cfi.c
index 6dbffb9e..cf83271d 100644
--- a/src/flash/nor/cfi.c
+++ b/src/flash/nor/cfi.c
@@ -26,7 +26,7 @@
#include "cfi.h"
#include "non_cfi.h"
#include "armv4_5.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#include "algorithm.h"
diff --git a/src/flash/nor/lpc2000.c b/src/flash/nor/lpc2000.c
index 418b5b03..981cfac1 100644
--- a/src/flash/nor/lpc2000.c
+++ b/src/flash/nor/lpc2000.c
@@ -27,7 +27,7 @@
#include "lpc2000.h"
#include "armv7m.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#include "algorithm.h"
diff --git a/src/flash/nor/lpc288x.c b/src/flash/nor/lpc288x.c
index 446fc9da..252a8133 100644
--- a/src/flash/nor/lpc288x.c
+++ b/src/flash/nor/lpc288x.c
@@ -32,7 +32,7 @@
#endif
#include "lpc288x.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#define LOAD_TIMER_ERASE 0
diff --git a/src/flash/nor/lpc2900.c b/src/flash/nor/lpc2900.c
index 81e2def4..bb467c54 100644
--- a/src/flash/nor/lpc2900.c
+++ b/src/flash/nor/lpc2900.c
@@ -25,7 +25,7 @@
#include "image.h"
#include "flash.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#include "armv4_5.h"
#include "algorithm.h"
diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c
index 771f0a71..71bd5baf 100644
--- a/src/flash/nor/stellaris.c
+++ b/src/flash/nor/stellaris.c
@@ -30,7 +30,7 @@
#include "stellaris.h"
#include "armv7m.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#include "algorithm.h"
diff --git a/src/flash/nor/stm32x.c b/src/flash/nor/stm32x.c
index 2f51aa55..98684285 100644
--- a/src/flash/nor/stm32x.c
+++ b/src/flash/nor/stm32x.c
@@ -26,7 +26,7 @@
#include "stm32x.h"
#include "armv7m.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#include "algorithm.h"
diff --git a/src/flash/nor/str7x.c b/src/flash/nor/str7x.c
index 7edffac9..17a58c99 100644
--- a/src/flash/nor/str7x.c
+++ b/src/flash/nor/str7x.c
@@ -26,7 +26,7 @@
#include "str7x.h"
#include "armv4_5.h"
-#include "binarybuffer.h"
+#include <helper/binarybuffer.h>
#include "algorithm.h"