summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/union_station/romstage.c
diff options
context:
space:
mode:
authorFrank Vibrans <frank.vibrans@se-eng.com>2012-03-13 10:57:49 -0600
committerPeter Stuge <peter@stuge.se>2012-03-13 18:25:13 +0100
commit2fc955ebc0e39f063935a51574663c9198b16bcc (patch)
tree16fde6ba616dabc29580720ea355076c92a3de5e /src/mainboard/amd/union_station/romstage.c
parent30cc4800d3e73d7af80faf2acc4d83e8fbeba908 (diff)
downloadcoreboot-2fc955ebc0e39f063935a51574663c9198b16bcc.tar.xz
Union Station: Remove SIO support
Because the Union Station platform doesn't have an SIO chip, this commit removes the Fintek SIO support. Change-Id: Idba4222ce136821dee2530a72d1630eb5ad613a2 Signed-off-by: Frank Vibrans <frank.vibrans@se-eng.com> Reviewed-on: http://review.coreboot.org/787 Reviewed-by: Peter Stuge <peter@stuge.se> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/union_station/romstage.c')
-rw-r--r--src/mainboard/amd/union_station/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/union_station/romstage.c b/src/mainboard/amd/union_station/romstage.c
index 26a05e890f..f79e5ffec0 100644
--- a/src/mainboard/amd/union_station/romstage.c
+++ b/src/mainboard/amd/union_station/romstage.c
@@ -32,7 +32,6 @@
#include <console/loglevel.h>
#include "agesawrapper.h"
#include "cpu/x86/bist.h"
-#include "superio/fintek/f81865f/f81865f_early_serial.c"
#include "cpu/x86/lapic/boot_cpu.c"
#include "sb_cimx.h"
#include "SBPLATFORM.h"
@@ -55,7 +54,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
sb_Poweron_Init();
post_code(0x31);
- f81865f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
console_init();
}