From dea4bb676a48338ef272ef68706b7bc7bf1fa448 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 29 Jun 2015 22:52:26 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/10704 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/google/storm/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/storm') diff --git a/src/mainboard/google/storm/Makefile.inc b/src/mainboard/google/storm/Makefile.inc index 68828c62d4..8eccc3ec8e 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 -- cgit v1.2.3