Trivial -Werror fix.

Signed-off-by: Cristi M <cristi.magherusan@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5663 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Cristi M 2010-07-09 18:06:23 +00:00 committed by Myles Watson
parent 187e9d0620
commit 2f969a6ab0
1 changed files with 1 additions and 1 deletions

View File

@ -2410,7 +2410,7 @@ static void set_TT(const struct mem_controller *ctrl,
uint32_t reg;
if ((val < TT_MIN) || (val > TT_MAX)) {
printk(BIOS_ERR, str);
printk(BIOS_ERR, "%s", str);
die(" Unknown\n");
}