summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/norwich/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/norwich/romstage.c')
-rw-r--r--src/mainboard/amd/norwich/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/norwich/romstage.c b/src/mainboard/amd/norwich/romstage.c
index 4704cc2fe0..a9510d7543 100644
--- a/src/mainboard/amd/norwich/romstage.c
+++ b/src/mainboard/amd/norwich/romstage.c
@@ -31,7 +31,6 @@
#include <cpu/amd/geode_post_code.h>
#include "southbridge/amd/cs5536/cs5536.h"
#include <spd.h>
-
#include "southbridge/amd/cs5536/cs5536_early_smbus.c"
#include "southbridge/amd/cs5536/cs5536_early_setup.c"
@@ -97,4 +96,3 @@ void main(unsigned long bist)
/* Memory is setup. Return to cache_as_ram.inc and continue to boot. */
return;
}
-