util/autoport: correct build errors of produced files
Change-Id: I8d1a6af6f1d70268f17692bee130c08502082c97 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37730 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
`)
|
||||
|
||||
|
Reference in New Issue
Block a user