diff options
author | Martin Roth <martinroth@chromium.org> | 2018-03-06 14:36:08 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-03-09 12:40:10 +0000 |
commit | 7d1593aeb0749fae8edb1c5087a32c1267e5d6c7 (patch) | |
tree | ebddba9fda08b5377a7ef6e3c6126b4aa29b3e03 /src/ec/google | |
parent | 5d8faef80575b5f670369e3c552cfff9fdec9e3c (diff) | |
download | coreboot-7d1593aeb0749fae8edb1c5087a32c1267e5d6c7.tar.xz |
ec/google/chromeec: Add boardid.c to bootblock
Update build so that we can get the board ID in bootblock.
BUG=b:74248569
TEST=build and boot grunt with follow-on patch.
Bayhub part is disabled.
Change-Id: I6353bcb4abcef4e8dc2b625082e33b73525c8525
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://review.coreboot.org/25014
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/ec/google')
-rw-r--r-- | src/ec/google/chromeec/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/google/chromeec/Makefile.inc b/src/ec/google/chromeec/Makefile.inc index fe4f8f423d..b17a9042b3 100644 --- a/src/ec/google/chromeec/Makefile.inc +++ b/src/ec/google/chromeec/Makefile.inc @@ -1,5 +1,6 @@ ifeq ($(CONFIG_EC_GOOGLE_CHROMEEC),y) +bootblock-$(CONFIG_EC_GOOGLE_CHROMEEC_BOARDID) += ec_boardid.c romstage-$(CONFIG_EC_GOOGLE_CHROMEEC_BOARDID) += ec_boardid.c ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC_BOARDID) += ec_boardid.c |