diff options
Diffstat (limited to 'src/flash/cfi.c')
-rw-r--r-- | src/flash/cfi.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/flash/cfi.c b/src/flash/cfi.c index edc4645f..0eb44d6b 100644 --- a/src/flash/cfi.c +++ b/src/flash/cfi.c @@ -23,22 +23,11 @@ #include "config.h" #endif -#include "replacements.h" - #include "cfi.h" #include "non_cfi.h" - -#include "flash.h" -#include "target.h" -#include "log.h" #include "armv4_5.h" -#include "algorithm.h" #include "binarybuffer.h" -#include "types.h" -#include <stdlib.h> -#include <string.h> -#include <unistd.h> static int cfi_register_commands(struct command_context_s *cmd_ctx); static int cfi_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct flash_bank_s *bank); |