
15 Jan
2015
15 Jan
'15
5:25 a.m.
On 29 December 2014 at 19:32, Simon Glass sjg@chromium.org wrote:
Now that we have a full VESA driver we may as well use that. We need to support the VESA layer being set up by early start-up code or by running a VGA ROM.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/video/Makefile | 1 - drivers/video/x86_fb.c | 38 -------------------------------------- include/configs/chromebook_link.h | 2 +- 3 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 drivers/video/x86_fb.c
Dropped the header file change and moved it to Kconfig, where this now resides since Bin's series was applied first.
Applied to u-boot-x86.