diff options
Diffstat (limited to 'src/flash/nor/cfi.c')
-rw-r--r-- | src/flash/nor/cfi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/cfi.c b/src/flash/nor/cfi.c index cf83271d..043d7420 100644 --- a/src/flash/nor/cfi.c +++ b/src/flash/nor/cfi.c @@ -27,7 +27,7 @@ #include "non_cfi.h" #include "armv4_5.h" #include <helper/binarybuffer.h> -#include "algorithm.h" +#include <target/algorithm.h> #define CFI_MAX_BUS_WIDTH 4 |