aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorCristi M <cristi.magherusan@gmail.com>2010-07-09 18:06:23 +0000
committerMyles Watson <mylesgw@gmail.com>2010-07-09 18:06:23 +0000
commit2f969a6ab087255fdb242f3ef010f67177391b40 (patch)
tree67b0d42e26f673d8674b9d5732c835ab1b8033cc /src/northbridge
parent187e9d06205de101a4627af4251d315ce48c3413 (diff)
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
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/amd/amdk8/raminit_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/raminit_f.c b/src/northbridge/amd/amdk8/raminit_f.c
index 01241f05c8..ff3eb3914d 100644
--- a/src/northbridge/amd/amdk8/raminit_f.c
+++ b/src/northbridge/amd/amdk8/raminit_f.c
@@ -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");
}