diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-07-19 15:40:40 +0200 |
---|---|---|
committer | Idwer Vollering <vidwer@gmail.com> | 2014-07-19 16:07:36 +0200 |
commit | ed3d0e8d428d497b1d680fec20054906d26990ab (patch) | |
tree | 062a2ff3d67f10c7022cffdb2861706104de8a57 /src | |
parent | b16f09238df063f3f829f34997aa8200af990acc (diff) | |
download | coreboot-ed3d0e8d428d497b1d680fec20054906d26990ab.tar.xz |
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@gmail.com>
Reviewed-on: http://review.coreboot.org/6306
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/device/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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" |