summaryrefslogtreecommitdiff
path: root/src/mainboard/portwell
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-12-06 16:04:50 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-11 11:36:08 +0000
commitc1c5354e45a0a369ffa7371468bef05ba552909f (patch)
treeeb5dd1dd8efb7f5c67d26acf9fece96fc64e81b7 /src/mainboard/portwell
parentc8e1c0d3952cb678203f6c62047ac4bee9809748 (diff)
downloadcoreboot-c1c5354e45a0a369ffa7371468bef05ba552909f.tar.xz
mb/{facebook/portwell}: Define SDCARD_CD in dsdt.asl
SDCARD_CD is defined in onboard.h but required in ASL only, move this define to dsdt.asl. Removed the onboard.h file from the ASL files that don use it. BUG=N/A TEST=build Change-Id: I35b75e0ae2e2bc4ce143aaec6df6016774676095 Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37610 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/portwell')
-rw-r--r--src/mainboard/portwell/m107/acpi/superio.asl2
-rw-r--r--src/mainboard/portwell/m107/dsdt.asl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/portwell/m107/acpi/superio.asl b/src/mainboard/portwell/m107/acpi/superio.asl
index e411f721dc..309a26bb13 100644
--- a/src/mainboard/portwell/m107/acpi/superio.asl
+++ b/src/mainboard/portwell/m107/acpi/superio.asl
@@ -15,8 +15,6 @@
* GNU General Public License for more details.
*/
-/* mainboard configuration */
-#include "onboard.h"
Device (COM1) {
Name (_HID, EISAID ("PNP0501"))
diff --git a/src/mainboard/portwell/m107/dsdt.asl b/src/mainboard/portwell/m107/dsdt.asl
index 4eea7b93f4..518e249197 100644
--- a/src/mainboard/portwell/m107/dsdt.asl
+++ b/src/mainboard/portwell/m107/dsdt.asl
@@ -18,6 +18,8 @@
#include <arch/acpi.h>
+#define SDCARD_CD 81 /* Not used */
+
DefinitionBlock(
"dsdt.aml",
"DSDT",