summaryrefslogtreecommitdiff
path: root/src/mainboard/google/drallion/dsdt.asl
diff options
context:
space:
mode:
authorDtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>2020-02-20 10:54:10 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 12:30:41 +0000
commit5cfe449814af7ab5cb874d5771c3b74a65ee72eb (patch)
tree7842920f2ec1e3051138c5b340d35f39ed3da0e8 /src/mainboard/google/drallion/dsdt.asl
parent182a0aee3ddeaa762d4dd89b16cb9df856315e26 (diff)
downloadcoreboot-5cfe449814af7ab5cb874d5771c3b74a65ee72eb.tar.xz
mb/google/drallion: Remove MAC address pass through
Remove MAC address pass through because when MAC address pass through setting change to "Use dock built-in MAC address", the MAC address always keeps the VPD value. BUG=b:147994020 TEST=tested on drallion and the result as below. (Option) (Result) - Use pre-assigned MAC address : Pass - Use Chromebook built-in address : Pass - Use dock built-in MAC address : Pass Signed-off-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com> Change-Id: I1f58e98187feb4e428ca75f7e82c464567528526 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39020 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Mathew King <mathewk@chromium.org>
Diffstat (limited to 'src/mainboard/google/drallion/dsdt.asl')
-rw-r--r--src/mainboard/google/drallion/dsdt.asl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/drallion/dsdt.asl b/src/mainboard/google/drallion/dsdt.asl
index ee63d6ee8a..33ede7a2b1 100644
--- a/src/mainboard/google/drallion/dsdt.asl
+++ b/src/mainboard/google/drallion/dsdt.asl
@@ -48,8 +48,6 @@ DefinitionBlock(
#include <vendorcode/google/chromeos/acpi/chromeos.asl>
/* VPD support */
#include <vendorcode/google/chromeos/acpi/vpd.asl>
- /* MAC address passthru */
- #include <vendorcode/google/chromeos/acpi/amac.asl>
#endif
#include <southbridge/intel/common/acpi/sleepstates.asl>