summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/eagleheights/romstage.c
diff options
context:
space:
mode:
authorDustin Harrison <dustin.harrison@sutus.com>2011-05-12 18:30:23 +0200
committerNoe Rubinstein <nrubinstein@proformatique.com>2011-06-23 10:38:59 +0200
commit19676f30ac7b838c4e8a7b93f6299f5375848452 (patch)
tree2815ee1485c2b68e60744b00c684d8a82639a49f /src/mainboard/intel/eagleheights/romstage.c
parent07186a9f5375ec026350a97d9df35391b8120228 (diff)
Convert to CAR and make i3100/{early_smbus.c,smbus.c} compile with host gcc
This patch aims to convert the Truxton dev board to CAR which required the following changes: - Remove unused variables (to satisfy no warnings flag) - Change .c includes to use headers (raminit_ep80579, early_smbus, smbus) - Remove early_mtrr_init because CAR takes care of this - Remove cache_lbmem (raminit_ep80579.c) as CAR takes care of this - Remove debug code (for now, coming soon) One side effect is that the mtarvon and eagleheights (which are already CAR) romstage now use the new headers. These two boards have been build tested. The truxton platform was boot tested and a full memtest was run. Signed-off-by: Dustin Harrison <dustin.harrison@sutus.com> ---
Diffstat (limited to 'src/mainboard/intel/eagleheights/romstage.c')
-rw-r--r--src/mainboard/intel/eagleheights/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/eagleheights/romstage.c b/src/mainboard/intel/eagleheights/romstage.c
index a250c05c6..822333349 100644
--- a/src/mainboard/intel/eagleheights/romstage.c
+++ b/src/mainboard/intel/eagleheights/romstage.c
@@ -31,7 +31,7 @@
#include <console/console.h>
#include <cpu/x86/bist.h>
#include <cpu/intel/acpi.h>
-#include "southbridge/intel/i3100/early_smbus.c"
+#include "southbridge/intel/i3100/early_smbus.h"
#include "southbridge/intel/i3100/early_lpc.c"
#include "reset.c"
#include "superio/intel/i3100/early_serial.c"