From 96dfc0633aabb4f8fb720d39d9deb29dde08749b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Feb 2013 17:38:30 +0000 Subject: x86: Remove unused real mode code This code is pretty old and we want to support only 32-bit systems now. Signed-off-by: Simon Glass Acked-by: Graeme Russ --- arch/x86/lib/video.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'arch/x86/lib/video.c') diff --git a/arch/x86/lib/video.c b/arch/x86/lib/video.c index 20e2416..81824f3 100644 --- a/arch/x86/lib/video.c +++ b/arch/x86/lib/video.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include @@ -222,10 +221,5 @@ int video_init(void) int drv_video_init(void) { -#ifndef CONFIG_X86_NO_REAL_MODE - if (video_bios_init()) - return 1; -#endif - return video_init(); } -- cgit v1.1