diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-06-25 14:31:41 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-26 23:29:51 +0200 |
commit | 1dc22f5cbc251b84a5f3ed4725ab85aacddbd0ca (patch) | |
tree | 5f856e808a2147a67f519f7a040d0ac18b809163 /src | |
parent | 987493300df70c5635110f184922c829de247cfe (diff) | |
download | coreboot-1dc22f5cbc251b84a5f3ed4725ab85aacddbd0ca.tar.xz |
google/veyron_speedy: Add chromeos.c to romstage
vboot requires it.
Change-Id: Iae2310c9b9c311c3f64b8417295685261ba404b0
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10659
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/veyron_speedy/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron_speedy/Makefile.inc b/src/mainboard/google/veyron_speedy/Makefile.inc index a027c6d014..ea1c6063e7 100644 --- a/src/mainboard/google/veyron_speedy/Makefile.inc +++ b/src/mainboard/google/veyron_speedy/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 |