coreboot-kgpe-d16/payloads
Patrick Georgi 2e768e7f17 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>
Reviewed-on: http://review.coreboot.org/395
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
2011-11-04 22:11:05 +01:00
..
bayou Run dos2unix on bayou and remove white space at the end of lines. 2011-10-31 21:29:31 +01:00
coreinfo Add build instructions for coreinfo, specially pointing out installing 2011-04-01 00:39:07 +00:00
external FILO: Pass LIBCONFIG_PATH variable to FILOs make 2011-10-23 19:20:16 +02:00
libpayload libpayload: Drop usb_fatal() 2011-11-04 22:11:05 +01:00