From 0d4dd167f5228e6fccdde40f1877ac55905fc826 Mon Sep 17 00:00:00 2001 From: Dtrain Hsu Date: Fri, 21 Feb 2020 14:49:55 +0800 Subject: mb/google/sarien: 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:149813043 TEST=tested on sarien 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 Change-Id: Ia85ef6ed0c4db82301375edd0968cf7dd2f62dc1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39042 Tested-by: build bot (Jenkins) Reviewed-by: EricR Lai --- src/mainboard/google/sarien/dsdt.asl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl index c32470eb1b..8acd0b59d7 100644 --- a/src/mainboard/google/sarien/dsdt.asl +++ b/src/mainboard/google/sarien/dsdt.asl @@ -48,8 +48,6 @@ DefinitionBlock( #include /* VPD support */ #include - /* MAC address passthru */ - #include #endif #include -- cgit v1.2.3