summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-02-05 01:02:09 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-02-12 04:41:53 +0100
commit7a4454f9ce561a4c5306f9b6b1c84d753e9d3b2b (patch)
treecd79b56aa7b12021d1e75289e1c0e8543eda2edf /src/drivers
parentadb5908dc85f694420c28a6a3e78541a7254376a (diff)
downloadcoreboot-staging-7a4454f9ce561a4c5306f9b6b1c84d753e9d3b2b.zip
coreboot-staging-7a4454f9ce561a4c5306f9b6b1c84d753e9d3b2b.tar.gz
drivers/xgi: Fix user-visible typo in printk
Change-Id: I1e4c5c807d4a78844a40083178b6f96ffeb3659e Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8361 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/xgi/common/XGI_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/xgi/common/XGI_main.c b/src/drivers/xgi/common/XGI_main.c
index c76ebf7..6c832aa 100644
--- a/src/drivers/xgi/common/XGI_main.c
+++ b/src/drivers/xgi/common/XGI_main.c
@@ -115,7 +115,7 @@ static int XGIfb_get_dram_size(struct xgifb_video_info *xgifb_info)
xgifb_info->video_size = xgifb_info->video_size * ChannelNum;
- pr_info("SR14=%x DramSzie %x ChannelNum %x\n",
+ pr_info("SR14=%x DramSize %x ChannelNum %x\n",
reg,
xgifb_info->video_size, ChannelNum);
return 0;
OpenPOWER on IntegriCloud