diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2014-08-22 15:22:20 +0200 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-23 05:33:35 +0200 |
commit | becf739b2ea49529d4c161804fe4d469b4e4ff6c (patch) | |
tree | 6f4de2813530f154aac44dd145e91debbf399a93 /src/mainboard/lenovo | |
parent | 6d790f730500ce6a79aeb9e4d57b0ea4c9e9ee69 (diff) | |
download | coreboot-becf739b2ea49529d4c161804fe4d469b4e4ff6c.tar.xz |
lenovo/t520: Remove empty smi.h
Change-Id: I60fa19b72f91f16db5f354aeec631f661e3494d3
Signed-off-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-on: http://review.coreboot.org/6736
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/t520/smi.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/lenovo/t520/smi.h b/src/mainboard/lenovo/t520/smi.h deleted file mode 100644 index f7ffb41b5c..0000000000 --- a/src/mainboard/lenovo/t520/smi.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2007-2010 coresystems GmbH - * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved. - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */
\ No newline at end of file |