the following patch was just integrated into master: commit bc2c9efd56a1b7d5c9b97132423ac176b4d21b74 Author: Denis 'GNUtoo' Carikli GNUtoo@no-log.org Date: Wed Jun 26 20:04:49 2013 +0200
ELOG: Fix warning to fix the compilation.
Without that fix we have: src/drivers/elog/elog.c: In function 'elog_is_header_valid': src/drivers/elog/elog.c:213:3: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Werror=format]
Change-Id: I71b80a94c03a04eedb688ae107d92c05a878315e Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@no-log.org Reviewed-on: http://review.coreboot.org/3551 Reviewed-by: Nico Huber nico.huber@secunet.com Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
See http://review.coreboot.org/3551 for details.
-gerrit