Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7243
-gerrit
commit 37027358504f1c9d797eb4a3f8213eeb5c1d506c Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Wed Oct 29 13:40:29 2014 +1100
Makefile.inc: abuild -B should clone nvidia-cbootimage also
Change-Id: I1d1c986f9d1c4dd8db687d746dbdeb510679141a Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc index daf4cf4..3e5811f 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -124,7 +124,7 @@ CFLAGS_ramstage += -fprofile-arcs -ftest-coverage endif
ifeq ($(CONFIG_USE_BLOBS),y) -forgetthis:=$(shell git submodule update --init --checkout 3rdparty) +forgetthis:=$(shell git submodule update --init --checkout) endif
CPPFLAGS_bootblock += -D__BOOT_BLOCK__ -D__PRE_RAM__