diff options
author | Wolfgang Denk <wd@denx.de> | 2007-08-14 18:42:36 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-08-14 18:42:36 +0200 |
commit | f01dbb5424a81453c81190dd30e945891466f621 (patch) | |
tree | fd74b91afc2eabddeeab4b51940c25e334514416 /include/dataflash.h | |
parent | 3f76451b4a9f52f8c37a0526df217d12175182ea (diff) | |
download | u-boot-imx-f01dbb5424a81453c81190dd30e945891466f621.zip u-boot-imx-f01dbb5424a81453c81190dd30e945891466f621.tar.gz u-boot-imx-f01dbb5424a81453c81190dd30e945891466f621.tar.bz2 |
Coding style cleanup. Update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/dataflash.h')
-rw-r--r-- | include/dataflash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dataflash.h b/include/dataflash.h index c597e69..fbd5e17 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; |