diff options
author | Duncan Laurie <dlaurie@google.com> | 2018-11-05 16:26:01 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-07 16:46:07 +0000 |
commit | 21e23480cc96e3463c95c2b231bde38b03faec69 (patch) | |
tree | 03b5519d411a382a3b654b230814578e6f734d96 /src/mainboard/google/sarien/Makefile.inc | |
parent | 2b7cd1d0d4fcf797866681c2edc807fe1e2bbd03 (diff) |
mb/google/sarien: Add sku_id function
This change adds a sku_id() function that returns a static value to
differentiate the sarien and arcada boards.
Change-Id: I1fecc675573a6aece7188aae9370733068d45dbf
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/29486
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/sarien/Makefile.inc')
-rw-r--r-- | src/mainboard/google/sarien/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/sarien/Makefile.inc b/src/mainboard/google/sarien/Makefile.inc index 33709006ad..085fee6073 100644 --- a/src/mainboard/google/sarien/Makefile.inc +++ b/src/mainboard/google/sarien/Makefile.inc @@ -16,6 +16,7 @@ bootblock-y += bootblock.c ramstage-y += ramstage.c +ramstage-y += sku.c romstage-y += romstage.c |