From f0a97bf75ecc55292be3fbfd8601ce0d0510820f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 29 Jun 2015 21:57:15 +0200 Subject: google/veyron: Fix building with CHROMEOS enabled romstage requires some button accessor functions for the Chrome OS boot flow. Change-Id: I3f90d66b103e0610931c183dd5f5679ca6f910f6 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/10697 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/mainboard/google/veyron_mickey/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/veyron_mickey') diff --git a/src/mainboard/google/veyron_mickey/Makefile.inc b/src/mainboard/google/veyron_mickey/Makefile.inc index a027c6d014..ea1c6063e7 100644 --- a/src/mainboard/google/veyron_mickey/Makefile.inc +++ b/src/mainboard/google/veyron_mickey/Makefile.inc @@ -26,6 +26,7 @@ verstage-y += chromeos.c verstage-y += reset.c romstage-y += boardid.c +romstage-y += chromeos.c romstage-y += romstage.c romstage-y += sdram_configs.c romstage-y += reset.c -- cgit v1.2.3