mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
x86: config: Enable video support for chromebook_link
Now that we have the required drivers, enable video support with a suitable option ROM. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f3e56fe369
commit
62d0c5e153
1 changed files with 3 additions and 7 deletions
|
@ -39,13 +39,9 @@
|
|||
{PCI_VENDOR_ID_INTEL, \
|
||||
PCI_DEVICE_ID_INTEL_PANTHERPOINT_AHCI_MOBILE}
|
||||
|
||||
/*
|
||||
* These common x86 features are not yet supported, but are added in
|
||||
* follow-on patches in this series. Add undefs here to avoid every patch
|
||||
* having to put things back into x86-common.h
|
||||
*/
|
||||
#undef CONFIG_VIDEO
|
||||
#undef CONFIG_CFB_CONSOLE
|
||||
#define CONFIG_X86_OPTION_ROM_FILENAME pci8086,0166.bin
|
||||
#define CONFIG_X86_OPTION_ROM_ADDR 0xfff90000
|
||||
#define CONFIG_VIDEO_X86
|
||||
|
||||
#define CONFIG_PCI_MEM_BUS 0xe0000000
|
||||
#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
|
||||
|
|
Loading…
Add table
Reference in a new issue