Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10760
-gerrit
commit a4439a0d03f55b7ee5be43d803571595bde6e513 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Wed Jul 1 14:51:41 2015 -0700
purin: chromeos.c also needed in romstage
Otherwise the Chrome OS build won't succeed.
Change-Id: Idf93a09f53d08b6c201f1de140f0fff35f928dcc Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- src/mainboard/google/purin/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/mainboard/google/purin/Makefile.inc b/src/mainboard/google/purin/Makefile.inc index 00e4f0b..00e6af7 100644 --- a/src/mainboard/google/purin/Makefile.inc +++ b/src/mainboard/google/purin/Makefile.inc @@ -26,6 +26,7 @@ verstage-y += chromeos.c verstage-y += reset.c
romstage-y += boardid.c +romstage-y += chromeos.c romstage-y += reset.c
ramstage-y += boardid.c