diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2019-12-09 10:00:41 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-11 11:44:11 +0000 |
commit | e2291f5ad4049e8df864318760b5a88370c8344d (patch) | |
tree | 862b15ad134ad63f498ab13c32cbddd0f85082c2 /src/mainboard/portwell | |
parent | 07e6098d487fc9135fc47e316a6d7e0332d814a0 (diff) |
mb/{facebook/portwell}: Remove empty onboard.h
Defines in onboard.h are moved to other files.
Remove this empty and unused file.
BUG=N/A
TEST=build
Change-Id: Ide10b352eadcffad2d4221865124f64466af5a1c
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37615
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/portwell')
-rw-r--r-- | src/mainboard/portwell/m107/onboard.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/mainboard/portwell/m107/onboard.h b/src/mainboard/portwell/m107/onboard.h deleted file mode 100644 index 3a5dee2f12..0000000000 --- a/src/mainboard/portwell/m107/onboard.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2013 Google Inc. - * Copyright (C) 2015 Intel Corp. - * 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. - */ - -#ifndef ONBOARD_H -#define ONBOARD_H - -/* SD CARD gpio */ -#define SDCARD_CD 81 /* Not used */ - -#endif |