summaryrefslogtreecommitdiff
path: root/src/flash/nor/non_cfi.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-04 16:40:19 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-04 16:56:24 -0800
commitf3e6f584f12dbde9ba9806ed4a412db0524d438c (patch)
tree540a062c416548d3a9c7698c2411a7d688901452 /src/flash/nor/non_cfi.c
parentae6374e25dae7b02636e440549b87040d03cc5aa (diff)
downloadopenocd+libswd-f3e6f584f12dbde9ba9806ed4a412db0524d438c.tar.gz
openocd+libswd-f3e6f584f12dbde9ba9806ed4a412db0524d438c.tar.bz2
openocd+libswd-f3e6f584f12dbde9ba9806ed4a412db0524d438c.tar.xz
openocd+libswd-f3e6f584f12dbde9ba9806ed4a412db0524d438c.zip
remove flash.h from tree
Remove the now vestigial <flash/flash.h> header from the tree, replacing a few references with <flash/nor/core.h>
Diffstat (limited to 'src/flash/nor/non_cfi.c')
-rw-r--r--src/flash/nor/non_cfi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flash/nor/non_cfi.c b/src/flash/nor/non_cfi.c
index f98b1080..7e73afa1 100644
--- a/src/flash/nor/non_cfi.c
+++ b/src/flash/nor/non_cfi.c
@@ -23,8 +23,9 @@
#include "config.h"
#endif
-#include "non_cfi.h"
+#include "imp.h"
#include "cfi.h"
+#include "non_cfi.h"
#define KB 1024