Drop excessive whitespace randomly sprinkled in romstage.c files.
[coreboot.git] / src / mainboard / pcengines / alix2d / romstage.c
index 0312d4a27ccc5afca52ed4af784b1dfd54e971ed..fd2298ce88f9f9970f608ff5b0aae1f94af52efd 100644 (file)
@@ -32,7 +32,6 @@
 #include <cpu/amd/lxdef.h>
 #include <cpu/amd/geode_post_code.h>
 #include "southbridge/amd/cs5536/cs5536.h"
-#include <spd.h>
 
 #define SERIAL_DEV PNP_DEV(0x2e, W83627HF_SP1)
 
@@ -137,8 +136,6 @@ static void mb_gpio_init(void)
        /* outl(1 << 6, GPIO_IO_BASE + GPIOL_OUTPUT_VALUE); */  /* Led 1 enabled  */
     outl(1 << 9, GPIO_IO_BASE + GPIOH_OUTPUT_VALUE);        /* Led 2 disabled */
        outl(1 << 11, GPIO_IO_BASE + GPIOH_OUTPUT_VALUE);       /* Led 3 disabled */
-
-
 }
 
 void main(unsigned long bist)
@@ -208,4 +205,3 @@ void main(unsigned long bist)
        void done_cache_as_ram_main(void);
        done_cache_as_ram_main();
 }
-