diff options
Diffstat (limited to 'board/socrates/sdram.c')
-rw-r--r-- | board/socrates/sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/socrates/sdram.c b/board/socrates/sdram.c index 9ee6f3d154a..8eb4f8fc950 100644 --- a/board/socrates/sdram.c +++ b/board/socrates/sdram.c @@ -62,7 +62,7 @@ phys_size_t fixed_sdram(void) #endif #if defined(CONFIG_SYS_DRAM_TEST) -int testdram (void) +int testdram(void) { uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; uint *pend = (uint *) CONFIG_SYS_MEMTEST_END; |