From b918623f2e754d33226850958abd1a1fdc8c4889 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sat, 24 May 2014 09:18:26 +1000 Subject: superio/ite/it8712f: Depreciate model specific early_serial.c We now have common ite_*_*() functions for romstage and hence no longer require the model specific portion of this superio support. Change-Id: I30400abf27008a88072673075bba445f100d9ad3 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/5838 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering --- src/mainboard/amd/pistachio/romstage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/pistachio/romstage.c b/src/mainboard/amd/pistachio/romstage.c index 2971072..af4253d 100644 --- a/src/mainboard/amd/pistachio/romstage.c +++ b/src/mainboard/amd/pistachio/romstage.c @@ -30,7 +30,6 @@ #include "lib/delay.c" #include "cpu/x86/lapic.h" #include "northbridge/amd/amdk8/reset_test.c" -#include "superio/ite/it8712f/early_serial.c" #include #include "cpu/x86/bist.h" #include "northbridge/amd/amdk8/setup_resource_map.c" -- cgit v1.1