Simplify a few code chunks, fix whitespace and indentation.
[coreboot.git] / src / mainboard / wyse / s50 / romstage.c
index 9c0671e3b4771f79b878dfc78f101dc81e7be354..b1ece302febe3c99954bb399edece3b039d120d2 100644 (file)
@@ -31,7 +31,6 @@
 #include <cpu/amd/gx2def.h>
 #include <cpu/amd/geode_post_code.h>
 #include <spd.h>
-
 #include "southbridge/amd/cs5536/cs5536_early_smbus.c"
 #include "southbridge/amd/cs5536/cs5536_early_setup.c"
 
@@ -82,6 +81,4 @@ void main(unsigned long bist)
 
        /* Check all of memory */
        /*ram_check(0x00000000, 640*1024);*/
-       print_err("ram check done\n");
 }
-