summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-06-29 22:52:26 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-06-30 08:18:38 +0200
commitdea4bb676a48338ef272ef68706b7bc7bf1fa448 (patch)
treec623aa4c456a736fb92157357885b8c6d45e8214 /src/mainboard
parent3cbbf1907584d831660794d135430f6c6b899231 (diff)
downloadcoreboot-dea4bb676a48338ef272ef68706b7bc7bf1fa448.tar.gz
coreboot-dea4bb676a48338ef272ef68706b7bc7bf1fa448.tar.bz2
coreboot-dea4bb676a48338ef272ef68706b7bc7bf1fa448.zip
google/storm: romstage needs the accessor functions for buttons
In Chrome OS mode, the romstage tries to interpret the various buttons on the device, so it needs access to the accessor functions. Change-Id: I59a4f892ca84d475d8f46c8f8c1906dae10ad32d Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10704 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/storm/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/storm/Makefile.inc b/src/mainboard/google/storm/Makefile.inc
index 68828c62d46e..8eccc3ec8e03 100644
--- a/src/mainboard/google/storm/Makefile.inc
+++ b/src/mainboard/google/storm/Makefile.inc
@@ -31,6 +31,7 @@ verstage-y += reset.c
romstage-y += romstage.c
romstage-y += cdp.c
+romstage-y += chromeos.c
romstage-y += mmu.c
romstage-y += reset.c