aboutsummaryrefslogtreecommitdiff
path: root/util/autoport/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/main.go')
-rw-r--r--util/autoport/main.go4
1 files changed, 0 insertions, 4 deletions
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"