Author: stepan Date: Sun Oct 10 23:15:53 2010 New Revision: 5935 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5935
Log: don't include unused code, we only need the header. Acked-by: Stefan Reinauer <[email protected]> Signed-off-by: Stefan Reinauer <[email protected]> Modified: trunk/src/mainboard/kontron/kt690/romstage.c Modified: trunk/src/mainboard/kontron/kt690/romstage.c ============================================================================== --- trunk/src/mainboard/kontron/kt690/romstage.c Sun Oct 10 23:15:01 2010 (r5934) +++ trunk/src/mainboard/kontron/kt690/romstage.c Sun Oct 10 23:15:53 2010 (r5935) @@ -54,7 +54,7 @@ #include <usbdebug.h> -#include "cpu/x86/mtrr/earlymtrr.c" +#include <cpu/amd/mtrr.h> #include "cpu/x86/bist.h" #include "northbridge/amd/amdk8/setup_resource_map.c" -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

