From 6779d2352cd33f98ad03e800c0de472fd3d3dfcc Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 8 Jan 2020 15:05:56 +0100 Subject: util/autoport: correct build errors of produced files Change-Id: I8d1a6af6f1d70268f17692bee130c08502082c97 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/37730 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- util/autoport/ec_fixme.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/autoport/ec_fixme.go') diff --git a/util/autoport/ec_fixme.go b/util/autoport/ec_fixme.go index f06d4570d4..f54bb1ac50 100644 --- a/util/autoport/ec_fixme.go +++ b/util/autoport/ec_fixme.go @@ -22,13 +22,13 @@ func FIXMEEC(ctx Context) { ap.WriteString( `Method(_WAK,1) { - /* FIXME: EC support */ + /* FIXME: EC support */ Return(Package(){0,0}) } Method(_PTS,1) { - /* FIXME: EC support */ + /* FIXME: EC support */ } `) -- cgit v1.2.3