From a5072af67d85344d6428ab6cfddb34318e1a50ca Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 1 Oct 2018 13:14:03 +0200 Subject: util/autoport: Use romstage.c instead of early_southbridge.c Until now, autoport used to create a dummy "romstage.c", then write romstage code to "early_southbridge.c". While it works, it makes more sense to write to "romstage.c" instead, as virtually all mainboards do. Change-Id: If9f9375f9a659e7e685de5f884163813261fa656 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/28851 Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- util/autoport/main.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/autoport/main.go') diff --git a/util/autoport/main.go b/util/autoport/main.go index 3071559a3d..ed56a55982 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -827,10 +827,6 @@ func main() { fmt.Fprintf(bi, "FIXME: put %s\n", missing) } - rs := Create(ctx, "romstage.c") - defer rs.Close() - rs.WriteString("/* dummy file */\n") - if ROMSizeKB == 0 { KconfigBool["BOARD_ROMSIZE_KB_2048"] = true KconfigComment["BOARD_ROMSIZE_KB_2048"] = "FIXME: correct this" -- cgit v1.2.3