[coreboot-gerrit] New patch to review for coreboot: 0114200 src/device/Kconfig: fix typo in label "1024x768 256-color"

Daniele Forsi (dforsi@gmail.com) gerrit at coreboot.org
Sat Jul 19 15:44:58 CEST 2014


Daniele Forsi (dforsi at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6306

-gerrit

commit 0114200fefed924963ab9c17833434c51d603127
Author: Daniele Forsi <dforsi at gmail.com>
Date:   Sat Jul 19 15:40:40 2014 +0200

    src/device/Kconfig: fix typo in label "1024x768 256-color"
    
    It had an extraneous digit after 768.
    
    Change-Id: Ie415e365f3eac0ed326786cea4c4628c002c4762
    Signed-off-by: Daniele Forsi <dforsi at gmail.com>
---
 src/device/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/device/Kconfig b/src/device/Kconfig
index 52d12c7..c9514c1 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -369,7 +369,7 @@ config FRAMEBUFFER_VESA_MODE_104
 	bool "1024x768 16-color"
 
 config FRAMEBUFFER_VESA_MODE_105
-	bool "1024x7686 256-color"
+	bool "1024x768 256-color"
 
 config FRAMEBUFFER_VESA_MODE_106
 	bool "1280x1024 16-color"



More information about the coreboot-gerrit mailing list