summaryrefslogtreecommitdiff
path: root/src/flash/lpc288x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/lpc288x.h')
-rw-r--r--src/flash/lpc288x.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/flash/lpc288x.h b/src/flash/lpc288x.h
index 0ba99c04..d9f99dd4 100644
--- a/src/flash/lpc288x.h
+++ b/src/flash/lpc288x.h
@@ -26,16 +26,15 @@
typedef struct lpc288x_flash_bank_s
{
- u32 working_area;
- u32 working_area_size;
+ u32 working_area;
+ u32 working_area_size;
- /* chip id register */
- u32 cidr;
- char * target_name;
- u32 cclk;
+ /* chip id register */
+ u32 cidr;
+ char * target_name;
+ u32 cclk;
- u32 sector_size_break;
+ u32 sector_size_break;
} lpc288x_flash_bank_t;
#endif /* lpc288x_H */
-