diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2019-06-09 19:26:59 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-06-10 17:26:41 +0000 |
commit | 092fa8bba8c1f6ae0be2afd27b9a113e01b244c8 (patch) | |
tree | 7a5e9e84da9a20bb6ee39a6a4b9e3de7ddd03d61 | |
parent | 34846ad6baa2d2dcc020382a43c35e6dad3581ce (diff) |
mainboard/hp/z220_sff_workstation: remove unused header file
Change-Id: I4c780afaccd604a1bf4da67eea713f809744ddb2
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33349
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/hp/z220_sff_workstation/mainboard.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/hp/z220_sff_workstation/mainboard.h b/src/mainboard/hp/z220_sff_workstation/mainboard.h deleted file mode 100644 index b47a8f558f..0000000000 --- a/src/mainboard/hp/z220_sff_workstation/mainboard.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2014 Vladimir Serbinenko - * Copyright (C) 2018 Patrick Rudolph <siro@das-labor.org> - * - * 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. - */ - -#define SUPERIO_DEV SIO0 -#define SUPERIO_PNP_BASE 0x2e |