ivy: Add a possiblity for mainboard early init.

This is needed for stout EC init.

Change-Id: I5c73499c17763229840152a473a2d820802ee2f6
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13535
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index c1a9c5f..3e47117 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -358,6 +358,10 @@
 	guessedMap := GuessSPDMap(ctx)
 
 	sb.WriteString(`
+void mainboard_early_init(int s3resume)
+{
+}
+
 /* FIXME: Put proper SPD map here. */
 void mainboard_get_spd(spd_raw_data *spd)
 {