[coreboot-gerrit] New patch to review for coreboot: purin: chromeos.c also needed in romstage

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Jul 1 23:53:14 CEST 2015


Stefan Reinauer (stefan.reinauer at 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 at 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 at 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



More information about the coreboot-gerrit mailing list