the following patch was just integrated into master: commit 90ca3412ff585630a2ce0d1a57b8f0f7afb681ba Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Fri Nov 6 15:55:46 2015 -0800
src/console: Link die.c in bootblock without BOOTBLOCK_CONSOLE
Without BOOTBLOCK_CONSOLE any call to die() fails due to die() symbol not being defined at link time. die() is not is dependent on the console backend, and can function without it (the prink gets no-oped).
Change-Id: I6cecafb576c3b1e901f3927c777f6282174fb259 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com Reviewed-on: http://review.coreboot.org/12356 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/12356 for details.
-gerrit