the following patch was just integrated into master: commit ddff32eb8cc8271d486537a085ed64eff5de5365 Author: Martin Roth martin.roth@se-eng.com Date: Mon Feb 18 21:33:04 2013 -0700
Tyan S8226: Fix printk warnings
Fix 84 warnings all like this one: agesawrapper.c:289, GNU Compiler 4 (gcc), Priority: Normal format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'UINT32' [-Wformat]
Fixed by getting rid of the l length specifier and casting to unsigned int.
Change-Id: Ic143c1034f760fa5efb2220aa33861e399ddd708 Signed-off-by: Martin Roth martin.roth@se-eng.com Reviewed-on: http://review.coreboot.org/2451 Tested-by: build bot (Jenkins) Reviewed-by: Siyuan Wang wangsiyuanbuaa@gmail.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Dave Frodin dave.frodin@se-eng.com
Build-Tested: build bot (Jenkins) at Tue Feb 19 05:47:44 2013, giving +1 See http://review.coreboot.org/2451 for details.
-gerrit