aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/autoport/bd82x6x.go4
-rw-r--r--util/autoport/main.go4
2 files changed, 1 insertions, 7 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 887a520d9a..29b1c21aaa 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -391,7 +391,7 @@ void mainboard_get_spd(spd_raw_data *spd, bool id_only)
}
sb.WriteString("}\n")
- gnvs := Create(ctx, "gnvs.c")
+ gnvs := Create(ctx, "acpi_tables.c")
defer gnvs.Close()
Add_gpl(gnvs)
@@ -415,8 +415,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs)
gnvs->tpsv = 90;
}
`)
-
- AddRAMStageFile("gnvs.c", "")
}
func init() {
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()