diff options
author | Simon Glass <sjg@chromium.org> | 2014-12-29 19:32:24 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-23 17:24:15 -0700 |
commit | bdc88d4eb31e2bc84afb427c216c79e87a4233ef (patch) | |
tree | c376f7c41737461e4dceab1bc65c98b5f0ec365f /include/pci_rom.h | |
parent | 40305240c66ab5e3725c131e321402c7dfe687a2 (diff) | |
download | u-boot-bdc88d4eb31e2bc84afb427c216c79e87a4233ef.tar.gz u-boot-bdc88d4eb31e2bc84afb427c216c79e87a4233ef.tar.bz2 u-boot-bdc88d4eb31e2bc84afb427c216c79e87a4233ef.zip |
x86: Support ROMs on other archs
We shouldn't assume that the VGA ROM can always be loaded at c0000. This
is only true on x86 machines.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/pci_rom.h')
-rw-r--r-- | include/pci_rom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pci_rom.h b/include/pci_rom.h index 8b2674cf87..4ba36eb1b7 100644 --- a/include/pci_rom.h +++ b/include/pci_rom.h @@ -8,7 +8,6 @@ #define _PCI_ROM_H #define PCI_ROM_HDR 0xaa55 -#define PCI_VGA_RAM_IMAGE_START 0xc0000 struct pci_rom_header { uint16_t signature; |