aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/southbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/stoneyridge/southbridge.c')
-rw-r--r--src/soc/amd/stoneyridge/southbridge.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/southbridge.c b/src/soc/amd/stoneyridge/southbridge.c
index a6219b4b5c..c4b8d04d37 100644
--- a/src/soc/amd/stoneyridge/southbridge.c
+++ b/src/soc/amd/stoneyridge/southbridge.c
@@ -621,6 +621,7 @@ static void setup_misc(int *reboot)
}
}
+/* Before console init */
void bootblock_fch_early_init(void)
{
int reboot = 0;
@@ -643,6 +644,9 @@ void bootblock_fch_early_init(void)
enable_aoac_devices();
}
+/* After console init */
+void bootblock_fch_init(void) {}
+
void sb_enable(device_t dev)
{
printk(BIOS_DEBUG, "%s\n", __func__);