diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-06-20 21:52:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-06-20 23:50:01 -0400 |
commit | 96f64f887dcaf86031c0be7c2a8e7245e8f452ef (patch) | |
tree | cd07b70d8f8d4f8d0e2688f95ca91af308dc4a8d /src/config.h | |
parent | 096a9b10e68eb1b2087cc30e4fa6d333b6a03d72 (diff) | |
download | seabios-96f64f887dcaf86031c0be7c2a8e7245e8f452ef.tar.gz |
Remove support for compiling in OPTIONROM_VENDEV_1/2.
Passing in rom locations via absolute memory addresses hasn't been
needed since coreboot adopted CBFS support (which as several years
ago).
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/config.h b/src/config.h index 5b404883..e6e07c9a 100644 --- a/src/config.h +++ b/src/config.h @@ -14,13 +14,6 @@ #define CONFIG_APPNAME6 "BOCHS " #define CONFIG_APPNAME4 "BXPC" -// When option roms are not pre-deployed, SeaBIOS can copy an optionrom -// from flash for up to 2 devices. -#define OPTIONROM_VENDEV_1 0x00000000 -#define OPTIONROM_MEM_1 0x00000000 -#define OPTIONROM_VENDEV_2 0x00000000 -#define OPTIONROM_MEM_2 0x00000000 - // Maximum number of map entries in the e820 map #define CONFIG_MAX_E820 32 // Space to reserve in f-segment for dynamic allocations |