diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-06-29 21:57:15 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-30 08:17:52 +0200 |
commit | f0a97bf75ecc55292be3fbfd8601ce0d0510820f (patch) | |
tree | f2a132fdc1302bc6058fec7096243a7d8cf1de3c /src/mainboard/google/veyron_mickey | |
parent | 2268b3b750cd009992de4173f5d2fa8640f5a8de (diff) |
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 <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10697
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/veyron_mickey')
-rw-r--r-- | src/mainboard/google/veyron_mickey/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |