X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmainboard%2Fhp%2Fe_vectra_p2706t%2Fromstage.c;h=50f59df2bac39ef72f3f2274689df5ee469788bf;hb=bf9e5384d7c25be41d008d29c38b24155676acc0;hp=09e3680ee7345575374c18c15330371592f728ce;hpb=5e32823a68f74618845c21600c8fa491f9c6c1a4;p=coreboot.git diff --git a/src/mainboard/hp/e_vectra_p2706t/romstage.c b/src/mainboard/hp/e_vectra_p2706t/romstage.c index 09e3680ee..50f59df2b 100644 --- a/src/mainboard/hp/e_vectra_p2706t/romstage.c +++ b/src/mainboard/hp/e_vectra_p2706t/romstage.c @@ -18,9 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#define ASSEMBLY 1 - - #include #include #include @@ -28,8 +25,7 @@ #include #include #include -#include "pc80/serial.c" -#include "arch/i386/lib/console.c" +#include #include "lib/ramtest.c" /* TODO: It's a PC87364 actually! */ #include "superio/nsc/pc87360/pc87360_early_serial.c" @@ -66,3 +62,4 @@ static void main(unsigned long bist) sdram_enable(); /* ram_check(0, 640 * 1024); */ } +