diff options
author | Simon Glass | 2016-10-17 20:12:45 -0600 |
---|---|---|
committer | Tom Rini | 2016-10-23 18:33:41 -0400 |
commit | 9909aebc9d0820aa4f35308f3d8a8d7821e9f8e5 (patch) | |
tree | 39655751bbf88d9f2a50d8610e109d88ff8a9a1d /drivers/video/cfb_console.c | |
parent | 002f967c5010df69eb9a9a5e21132bb885ca8d02 (diff) |
video: Drop the smiLynxEM driver
This is not used in U-Boot anymore.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/video/cfb_console.c')
-rw-r--r-- | drivers/video/cfb_console.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index 949187c8226..a087d2e54a2 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -27,7 +27,6 @@ * * (for SMI LynxE graphic chip) * - * CONFIG_VIDEO_SMI_LYNXEM - use graphic driver for SMI 710,712,810 * VIDEO_FB_LITTLE_ENDIAN - framebuffer organisation default: big endian * VIDEO_HW_RECTFILL - graphic driver supports hardware rectangle fill * VIDEO_HW_BITBLT - graphic driver supports hardware bit blt @@ -87,18 +86,6 @@ #include <linux/compiler.h> /* - * Console device defines with SMI graphic - * Any other graphic must change this section - */ - -#ifdef CONFIG_VIDEO_SMI_LYNXEM - -#define VIDEO_FB_LITTLE_ENDIAN -#define VIDEO_HW_RECTFILL -#define VIDEO_HW_BITBLT -#endif - -/* * Defines for the CT69000 driver */ #ifdef CONFIG_VIDEO_CT69000 |