summaryrefslogtreecommitdiff
path: root/src/flash/arm_nandio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/arm_nandio.h')
-rw-r--r--src/flash/arm_nandio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/arm_nandio.h b/src/flash/arm_nandio.h
index cb8df428..a1bed326 100644
--- a/src/flash/arm_nandio.h
+++ b/src/flash/arm_nandio.h
@@ -6,7 +6,7 @@
struct arm_nand_data {
/* target is proxy for some ARM core */
- struct target_s *target;
+ struct target *target;
/* copy_area holds write-to-NAND loop and data to write */
struct working_area *copy_area;