summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/Makefile.inc
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2017-11-21 23:29:55 -0700
committerMarc Jones <marc@marcjonesconsulting.com>2017-11-29 22:35:05 +0000
commit71f7f0a8f82ffb6273f2f6589bee42b9916bcc35 (patch)
tree216db7f48555772d805c50412989af923acc2c4a /src/mainboard/google/kahlee/Makefile.inc
parentab85c453267dd3b5298187b8d8917f07e2d2d34e (diff)
downloadcoreboot-71f7f0a8f82ffb6273f2f6589bee42b9916bcc35.tar.xz
google/kahlee: Rename board_id to memory_sku
The GPIOs used in board_id are meant to indicate the memory configuration. Rename board_id to memory_skus. Report the board_id received from the EC. BUG=b:69649438 Change-Id: I84bacead3daf829c97f595c4c11a243953243c29 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/22561 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/google/kahlee/Makefile.inc')
-rw-r--r--src/mainboard/google/kahlee/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/Makefile.inc b/src/mainboard/google/kahlee/Makefile.inc
index 131eba38c5..55c80a4cb7 100644
--- a/src/mainboard/google/kahlee/Makefile.inc
+++ b/src/mainboard/google/kahlee/Makefile.inc
@@ -19,12 +19,10 @@ bootblock-y += bootblock/OemCustomize.c
bootblock-y += ec.c
romstage-y += BiosCallOuts.c
-romstage-y += boardid.c
romstage-y += chromeos.c
romstage-y += OemCustomize.c
ramstage-y += BiosCallOuts.c
-ramstage-y += boardid.c
ramstage-y += chromeos.c
ramstage-y += ec.c
ramstage-y += OemCustomize.c