the following patch was just integrated into master: commit 7abb7c9925a2daab92538796aaf64e84e5a47114 Author: Patrick Georgi patrick.georgi@secunet.com Date: Fri Nov 4 11:50:03 2011 +0100
libpayload: Drop usb_fatal()
We have fatal(), which is just as good.
Coccinelle script: @@ expression E; @@ -usb_fatal(E) +fatal(E)
Change-Id: Iabecbcc7d068cc0f82687bf51d89c2626642cd86 Signed-off-by: Patrick Georgi patrick.georgi@secunet.com
Build-Tested: build bot (Jenkins) at Fri Nov 4 21:50:59 2011, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Nov 4 21:45:26 2011, giving +2 See http://review.coreboot.org/395 for details.
-gerrit