diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-04 16:40:19 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-04 16:56:24 -0800 |
commit | f3e6f584f12dbde9ba9806ed4a412db0524d438c (patch) | |
tree | 540a062c416548d3a9c7698c2411a7d688901452 /src/flash/nor/cfi.h | |
parent | ae6374e25dae7b02636e440549b87040d03cc5aa (diff) | |
download | riscv-openocd-f3e6f584f12dbde9ba9806ed4a412db0524d438c.zip riscv-openocd-f3e6f584f12dbde9ba9806ed4a412db0524d438c.tar.gz riscv-openocd-f3e6f584f12dbde9ba9806ed4a412db0524d438c.tar.bz2 |
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/cfi.h')
-rw-r--r-- | src/flash/nor/cfi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flash/nor/cfi.h b/src/flash/nor/cfi.h index 565a2b6..fa717dc 100644 --- a/src/flash/nor/cfi.h +++ b/src/flash/nor/cfi.h @@ -20,8 +20,6 @@ #ifndef CFI_H #define CFI_H -#include <flash/flash.h> - #define CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7 0xE0 /* DQ5..DQ7 */ #define CFI_STATUS_POLL_MASK_DQ6_DQ7 0xC0 /* DQ6..DQ7 */ |