From 1e2676bf1bd0c2c0083239f29164048eb7645496 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sat, 12 Jan 2019 21:05:10 +0800 Subject: autoport: move the generated gnvs.c to acpi_tables.c Change-Id: I8f6eea579f69060608639b1c50255acd8ab5a4a2 Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/c/30889 Tested-by: build bot (Jenkins) Reviewed-by: Tristan Corrick Reviewed-by: Angel Pons --- 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 ee269661db..05a829be4c 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -789,10 +789,6 @@ func main() { } } - at := Create(ctx, "acpi_tables.c") - defer at.Close() - at.WriteString("/* dummy */\n") - bi := Create(ctx, "board_info.txt") defer bi.Close() -- cgit v1.2.3