libpayload: Rename Geode video driver to Geode LX video driver.
This is simply wrong, the "Geode" video driver is only good for LX and one of our users got bit by this just now. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3642 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Jordan Crouse
parent
ff9350b798
commit
4b1971cc62
@@ -31,8 +31,8 @@
|
||||
#include <libpayload.h>
|
||||
#include <video_console.h>
|
||||
|
||||
#ifdef CONFIG_GEODE_VIDEO_CONSOLE
|
||||
extern struct video_console geode_video_console;
|
||||
#ifdef CONFIG_GEODELX_VIDEO_CONSOLE
|
||||
extern struct video_console geodelx_video_console;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_VGA_VIDEO_CONSOLE
|
||||
@@ -41,8 +41,8 @@ extern struct video_console vga_video_console;
|
||||
|
||||
static struct video_console *console_list[] =
|
||||
{
|
||||
#ifdef CONFIG_GEODE_VIDEO_CONSOLE
|
||||
&geode_video_console,
|
||||
#ifdef CONFIG_GEODELX_VIDEO_CONSOLE
|
||||
&geodelx_video_console,
|
||||
#endif
|
||||
#ifdef CONFIG_VGA_VIDEO_CONSOLE
|
||||
&vga_video_console,
|
||||
|
Reference in New Issue
Block a user