summaryrefslogtreecommitdiff
path: root/src/openocd.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/openocd.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/openocd.c')
-rw-r--r--src/openocd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.c b/src/openocd.c
index b6dc010e..e500ba60 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -34,7 +34,7 @@
#include <helper/configuration.h>
#include <xsvf/xsvf.h>
#include <svf/svf.h>
-#include <flash/flash.h>
+#include <flash/nor/core.h>
#include <flash/nand.h>
#include <pld/pld.h>
#include <flash/mflash.h>