common: Move testdram() into init.h
[oweals/u-boot.git] / board / socrates / sdram.c
index 9ee6f3d154aa18f14a5ef07fe027b10d3b52c539..8eb4f8fc950bb080aeb90106ebc1b4d70f445d15 100644 (file)
@@ -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;