X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fflash%2Farm_nandio.h;h=a1bed326d97b063af850c500a9534d6672174183;hb=0f1163e823c6ca3c2a81fa296157f5dde0635fea;hp=cb8df4283e4a82e4ff911a58be6867845ea23f7a;hpb=d0dee7ccafcf87259fadf6c5de43df8583b0e885;p=fw%2Fopenocd diff --git a/src/flash/arm_nandio.h b/src/flash/arm_nandio.h index cb8df4283..a1bed326d 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;