diff options
author | Philip Chen <philipchen@google.com> | 2021-07-15 15:31:51 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-21 16:21:01 +0000 |
commit | 1158f712dc99c8fe4dc4c70009cad0c3fdb7c80d (patch) | |
tree | bc10111dd8870fb365d4fa544de48d03cf210fae /src/mainboard/google/herobrine/Makefile.inc | |
parent | a8e9dbae65cad1a9c655aa5f71bfe3b097348843 (diff) |
mb/google/herobrine: Retrieve SKU ID from EC
BUG=b:186264627
BRANCH=none
TEST=build herobrine
Signed-off-by: Philip Chen <philipchen@google.com>
Change-Id: Id3faf7af64c0129ec646a01085adc43b561225d2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56354
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/mainboard/google/herobrine/Makefile.inc')
-rw-r--r-- | src/mainboard/google/herobrine/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/herobrine/Makefile.inc b/src/mainboard/google/herobrine/Makefile.inc index 11a396ff04..a80779946d 100644 --- a/src/mainboard/google/herobrine/Makefile.inc +++ b/src/mainboard/google/herobrine/Makefile.inc @@ -1,8 +1,8 @@ ## SPDX-License-Identifier: GPL-2.0-only -all-y += boardid.c all-y += chromeos.c ifneq ($(CONFIG_BOARD_GOOGLE_SENOR),y) +all-y += boardid.c all-y += reset.c endif bootblock-y += bootblock.c |