summaryrefslogtreecommitdiff
path: root/src/mainboard/elmex/pcm205400
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/elmex/pcm205400')
-rw-r--r--src/mainboard/elmex/pcm205400/romstage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/elmex/pcm205400/romstage.c b/src/mainboard/elmex/pcm205400/romstage.c
index 1fbdd4b268..7ccf1674d7 100644
--- a/src/mainboard/elmex/pcm205400/romstage.c
+++ b/src/mainboard/elmex/pcm205400/romstage.c
@@ -16,10 +16,12 @@
#include <northbridge/amd/agesa/state_machine.h>
#include <superio/fintek/common/fintek.h>
#include <superio/fintek/f81865f/f81865f.h>
+#include <sb_cimx.h>
#define SERIAL_DEV PNP_DEV(0x4e, F81865F_SP1)
void board_BeforeAgesa(struct sysinfo *cb)
{
+ sb_Poweron_Init();
fintek_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE);
}