[coreboot-gerrit] Change in coreboot[master]: vx900/chrome9hd: fix a trivial typo

Lubomir Rintel (Code Review) gerrit at coreboot.org
Wed Nov 1 07:49:43 CET 2017


Lubomir Rintel has uploaded this change for review. ( https://review.coreboot.org/22270


Change subject: vx900/chrome9hd: fix a trivial typo
......................................................................

vx900/chrome9hd: fix a trivial typo

Change-Id: Ibfe6a6dc63454deacfd12de6dad2d6a792474f55
Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
M src/northbridge/via/vx900/chrome9hd.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/22270/1

diff --git a/src/northbridge/via/vx900/chrome9hd.c b/src/northbridge/via/vx900/chrome9hd.c
index 333b28d..147b308 100644
--- a/src/northbridge/via/vx900/chrome9hd.c
+++ b/src/northbridge/via/vx900/chrome9hd.c
@@ -89,7 +89,7 @@
 	tom_mb = (pci_read_config16(mcu, 0x88) & 0x07ff) << (24 - 20);
 	max_size_mb = tom_mb >> 2;
 	if (size_mb > max_size_mb) {
-		printk(BIOS_ALERT, "The framebuffer size of of %dMB is larger"
+		printk(BIOS_ALERT, "The framebuffer size of %dMB is larger"
 		       " than 1/4 of available memory.\n"
 		       " Limiting framebuffer to %dMB\n", size_mb, max_size_mb);
 		size_mb = max_size_mb;

-- 
To view, visit https://review.coreboot.org/22270
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfe6a6dc63454deacfd12de6dad2d6a792474f55
Gerrit-Change-Number: 22270
Gerrit-PatchSet: 1
Gerrit-Owner: Lubomir Rintel <lkundrak at v3.sk>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171101/b02d06b2/attachment.html>


More information about the coreboot-gerrit mailing list