summaryrefslogtreecommitdiff
path: root/board/pm854/pm854.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-03 23:11:38 +0000
committerwdenk <wdenk>2005-04-03 23:11:38 +0000
commit8b0bfc6804ad140a3bd31bfb2c15fc7d69c15f5c (patch)
treec70489e8bea07c692eae7ee5a7cf7d7b6eaf09f5 /board/pm854/pm854.c
parent384cc687445b34241fcc8b31bbb7aa9fc252dd90 (diff)
* Patch by Yuli Barcohen, 08 Nov 2004:
Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors
Diffstat (limited to 'board/pm854/pm854.c')
-rw-r--r--board/pm854/pm854.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/pm854/pm854.c b/board/pm854/pm854.c
index 3eaf93e35e..94c492f782 100644
--- a/board/pm854/pm854.c
+++ b/board/pm854/pm854.c
@@ -87,9 +87,9 @@ initdram(int board_type)
{
volatile ccsr_gur_t *gur= &immap->im_gur;
int i,x;
-
+
x = 10;
-
+
/*
* Work around to stabilize DDR DLL
*/
@@ -106,7 +106,7 @@ initdram(int board_type)
asm("sync;isync;msync");
x++;
}
- }
+ }
#endif
#if defined(CONFIG_SPD_EEPROM)