summaryrefslogtreecommitdiff
path: root/board/omap1610inn
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-06-09 15:37:23 +0000
committerwdenk <wdenk>2004-06-09 15:37:23 +0000
commitca0e774894ceceeffe5134f69c0f4e1f789407a2 (patch)
treed6ad4c3f828edc0c934cae02668e903cbc92253e /board/omap1610inn
parent697037fe9b68fdf8cf7ce63f7875912f365270b7 (diff)
Patch by Kurt Stremerch, 28 May 2004:
Add support for Exys XSEngine board Some code cleanup.
Diffstat (limited to 'board/omap1610inn')
-rw-r--r--board/omap1610inn/omap1610innovator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/omap1610inn/omap1610innovator.c b/board/omap1610inn/omap1610innovator.c
index ab1dabeb9f..2072dce56b 100644
--- a/board/omap1610inn/omap1610innovator.c
+++ b/board/omap1610inn/omap1610innovator.c
@@ -102,8 +102,8 @@ void flash__init (void)
#ifdef CONFIG_CS_AUTOBOOT
/* Check swapping of CS0 and CS3, set flash base accordingly */
- omap_flash_base = ((*((u32 *)OMAP_EMIFS_CONFIG_REG) & 0x02) == 0) ?
- PHYS_FLASH_1_BM0 : PHYS_FLASH_1_BM1;
+ omap_flash_base = ((*((u32 *)OMAP_EMIFS_CONFIG_REG) & 0x02) == 0) ?
+ PHYS_FLASH_1_BM0 : PHYS_FLASH_1_BM1;
#endif
regval = *((volatile unsigned int *) EMIFS_GlB_Config_REG);
/* Turn off write protection for flash devices. */