From ed3d0e8d428d497b1d680fec20054906d26990ab Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Sat, 19 Jul 2014 15:40:40 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/6306 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: Edward O'Callaghan --- src/device/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device') diff --git a/src/device/Kconfig b/src/device/Kconfig index 52d12c73b1..c9514c16ed 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" -- cgit v1.2.3