summaryrefslogtreecommitdiffstats
path: root/include/dataflash.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-14 18:42:36 +0200
committerWolfgang Denk <wd@denx.de>2007-08-14 18:42:36 +0200
commitf01dbb5424a81453c81190dd30e945891466f621 (patch)
treefd74b91afc2eabddeeab4b51940c25e334514416 /include/dataflash.h
parent3f76451b4a9f52f8c37a0526df217d12175182ea (diff)
downloadblackbird-obmc-uboot-f01dbb5424a81453c81190dd30e945891466f621.tar.gz
blackbird-obmc-uboot-f01dbb5424a81453c81190dd30e945891466f621.zip
Coding style cleanup. Update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/dataflash.h')
-rw-r--r--include/dataflash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dataflash.h b/include/dataflash.h
index c597e69f17..fbd5e17f44 100644
--- a/include/dataflash.h
+++ b/include/dataflash.h
@@ -78,7 +78,7 @@ typedef struct {
unsigned long end;
unsigned char protected;
unsigned char setenv;
- unsigned char label[20];
+ unsigned char label[20];
} dataflash_protect_t;
typedef unsigned int AT91S_DataFlashStatus;
OpenPOWER on IntegriCloud