summaryrefslogtreecommitdiff
path: root/util/autoport/ec_lenovo.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/ec_lenovo.go')
-rw-r--r--util/autoport/ec_lenovo.go20
1 files changed, 2 insertions, 18 deletions
diff --git a/util/autoport/ec_lenovo.go b/util/autoport/ec_lenovo.go
index a0d21f13c7..c2dd333c73 100644
--- a/util/autoport/ec_lenovo.go
+++ b/util/autoport/ec_lenovo.go
@@ -79,25 +79,9 @@ void h8_mainboard_init_dock (void)
AddSMMFile("smihandler.c", "")
+ Add_gpl(smi)
smi.WriteString(
- `/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2008-2009 coresystems GmbH
- * Copyright (C) 2014 Vladimir Serbinenko
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; version 2 of
- * the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#include <arch/io.h>
+ `#include <arch/io.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <ec/acpi/ec.h>