diff options
author | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 |
commit | 1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch) | |
tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 /board/bf537-stamp/stm_m25p64.c | |
parent | 2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff) | |
download | u-boot-imx-1636d1c8529c006d106287cfbc20cd0a246fe1cb.zip u-boot-imx-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.gz u-boot-imx-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.bz2 |
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'board/bf537-stamp/stm_m25p64.c')
-rw-r--r-- | board/bf537-stamp/stm_m25p64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf537-stamp/stm_m25p64.c b/board/bf537-stamp/stm_m25p64.c index 7077e85..d9c08ee 100644 --- a/board/bf537-stamp/stm_m25p64.c +++ b/board/bf537-stamp/stm_m25p64.c @@ -9,7 +9,7 @@ /* Application definitions */ -#define NUM_SECTORS 128 /* number of sectors */ +#define NUM_SECTORS 128 /* number of sectors */ #define SECTOR_SIZE 0x10000 #define NOP_NUM 1000 |