[U-Boot] [PATCH] x86: Remove the old VGA driver
Simon Glass
sjg at chromium.org
Wed Apr 15 01:35:49 CEST 2015
Hi Bin,
On 13 April 2015 at 05:05, Bin Meng <bmeng.cn at gmail.com> wrote:
> CONFIG_VIDEO_VGA is no longer needed thus remove it.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> README | 6 --
> arch/x86/lib/Makefile | 1 -
> arch/x86/lib/video.c | 205 --------------------------------------------------
> 3 files changed, 212 deletions(-)
> delete mode 100644 arch/x86/lib/video.c
I played around with a patch that someone sent a few years ago to
enable VGA support in cfb_console (likely a misuse of that file).
Do you think there is no use for this file? We could perhaps make it
an option to use it, and move it to drivers/video?
Regards,
Simon
More information about the U-Boot
mailing list