commit | ce0f709bcd52bbe5f432771ad3a18bd3d5a6747f | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Jul 29 09:10:13 2011 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jul 29 11:28:26 2011 +0200 |
tree | 1affa34641fe48c44110b23c2839a7f23343cab1 | |
parent | 40e018815dcf6692eeddffaeba38751b4e8c6af7 [diff] |
cfb_console: fix build breakage Commit 09c2e90c110ef99f1203685acd1059114a51b167 "unify version_string" introduced a build breakage in cfb_console.c ---8<--- cfb_console.c:1497: warning: format '%s' expects type 'char *', but argument 3 has type 'const char (*)[]' --->8--- Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>