diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2019-12-09 08:43:42 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-11 11:35:47 +0000 |
commit | c8e1c0d3952cb678203f6c62047ac4bee9809748 (patch) | |
tree | dca4dc59e55a968c4058f8e2b52ed5a580cd1260 /src/mainboard/facebook | |
parent | 8d98d80e5330f465c315a7aade4b754b8c6c79b3 (diff) |
mb/facebook/fbg1701/acpi/ec.asl: Remove header
File contains header only.
Remove header leaving an empty file.
BUG=N/A
TEST=build
Change-Id: I8b1c6b38bd7936cc7af11c13744325bed23a6e83
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37613
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r-- | src/mainboard/facebook/fbg1701/acpi/ec.asl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mainboard/facebook/fbg1701/acpi/ec.asl b/src/mainboard/facebook/fbg1701/acpi/ec.asl index 3c9d818bae..e69de29bb2 100644 --- a/src/mainboard/facebook/fbg1701/acpi/ec.asl +++ b/src/mainboard/facebook/fbg1701/acpi/ec.asl @@ -1,14 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2018 Eltan B.V. - * - * 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. - */ |