summaryrefslogtreecommitdiff
path: root/src/flash/nand
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:20:31 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:20:31 -0800
commit5d57cad00136ac4191483ff5c04d8795c8ea3bde (patch)
tree6d72b0561316e4a34adceb39d4624bcc450bf356 /src/flash/nand
parent4bbe7d174f1d307487db1db86da62676a8a9fb6c (diff)
downloadopenocd+libswd-5d57cad00136ac4191483ff5c04d8795c8ea3bde.tar.gz
openocd+libswd-5d57cad00136ac4191483ff5c04d8795c8ea3bde.tar.bz2
openocd+libswd-5d57cad00136ac4191483ff5c04d8795c8ea3bde.tar.xz
openocd+libswd-5d57cad00136ac4191483ff5c04d8795c8ea3bde.zip
normalize headers to make changing easier
These headers need minor tweaks to paves the way for wholesale scripted coversion of the header files.
Diffstat (limited to 'src/flash/nand')
-rw-r--r--src/flash/nand/mx3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nand/mx3.h b/src/flash/nand/mx3.h
index ddec92cf..09289ae2 100644
--- a/src/flash/nand/mx3.h
+++ b/src/flash/nand/mx3.h
@@ -25,7 +25,7 @@
*
* Many thanks to Ben Dooks for writing s3c24xx driver.
*/
-#include <nand.h>
+#include "nand.h"
#define MX3_NF_BASE_ADDR 0xb8000000
#define MX3_NF_BUFSIZ (MX3_NF_BASE_ADDR + 0xe00)