diff options
Diffstat (limited to 'board/pm854/pm854.c')
-rw-r--r-- | board/pm854/pm854.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/pm854/pm854.c b/board/pm854/pm854.c index 3eaf93e..94c492f 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) |