commit | 7c6509cb10417c38334d74c0dff8a3511f6d9c60 | [log] [tgz] |
---|---|---|
author | Julian Pidancet <julian.pidancet@gmail.com> | Mon Dec 19 05:07:55 2011 +0000 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Dec 20 23:13:06 2011 -0500 |
tree | fbb2faeddefcc8ac2dcc560345a97aa696de3e03 | |
parent | bc6097b0316fec04411c0603058154cbcd8320de [diff] |
Add a PCI header to the VGA ROM if needed Allows the ROM to be extracted from a PCI device. V2: * Declare the PCI header in C * Replace #ifdef CONFIG_VGA_PCI with #if CONFIG_VGA_PCI == 1 Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>