summaryrefslogtreecommitdiff
path: root/board/bf537-stamp/flash-defines.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-06-22 21:59:00 (GMT)
committerWolfgang Denk <wd@denx.de>2007-06-22 21:59:00 (GMT)
commit1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch)
treecd39e784361c2bcef43cfc38d39b1670ce22d539 /board/bf537-stamp/flash-defines.h
parent2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff)
downloadu-boot-fsl-qoriq-1636d1c8529c006d106287cfbc20cd0a246fe1cb.tar.xz
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'board/bf537-stamp/flash-defines.h')
-rw-r--r--board/bf537-stamp/flash-defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/bf537-stamp/flash-defines.h b/board/bf537-stamp/flash-defines.h
index acc1e86..1fa7a10 100644
--- a/board/bf537-stamp/flash-defines.h
+++ b/board/bf537-stamp/flash-defines.h
@@ -44,9 +44,9 @@
#define ERASE_SECT 6
#define READ 7
#define GET_SECTNUM 8
-#define FLASH_START_L 0x0000
-#define FLASH_START_H 0x2000
-#define FLASH_MAN_ST 2
+#define FLASH_START_L 0x0000
+#define FLASH_START_H 0x2000
+#define FLASH_MAN_ST 2
#define RESET_VAL 0xF0
flash_info_t flash_info[CFG_MAX_FLASH_BANKS];