summaryrefslogtreecommitdiff
path: root/board/tqm5200
diff options
context:
space:
mode:
authorWolfgang Denk <wd@atlas.denx.de>2006-10-09 00:42:01 +0200
committerWolfgang Denk <wd@atlas.denx.de>2006-10-09 00:42:01 +0200
commit511d0c72b82aab9b807efde50fc9e390365f5ca1 (patch)
tree08f47c77d9ce164bf38b937858c9d25344639950 /board/tqm5200
parent8d4ac794365a7abb1be8e050fd1b467b94a21865 (diff)
downloadu-boot-imx-511d0c72b82aab9b807efde50fc9e390365f5ca1.zip
u-boot-imx-511d0c72b82aab9b807efde50fc9e390365f5ca1.tar.gz
u-boot-imx-511d0c72b82aab9b807efde50fc9e390365f5ca1.tar.bz2
Coding style cleanup
Diffstat (limited to 'board/tqm5200')
-rw-r--r--board/tqm5200/cam5200_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm5200/cam5200_flash.c b/board/tqm5200/cam5200_flash.c
index 85d310b..1a40633 100644
--- a/board/tqm5200/cam5200_flash.c
+++ b/board/tqm5200/cam5200_flash.c
@@ -46,7 +46,7 @@ flash_info_t flash_info[CFG_MAX_FLASH_BANKS]; /* info for FLASH chips */
* swapping is necessary within each 16 bit wide flash 'word'.
*
* This driver's task is to handle both flash devices: 32 bit TQM5200B
- * flash chip and 16 bit NIOS cpu flash chip. In the below
+ * flash chip and 16 bit NIOS cpu flash chip. In the below
* flash_addr_table table we use least significant address bit to mark
* 16 bit flash bank and two sets of routines *_32 and *_16 to handle
* specifics of both flashes.