aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-06-20 21:52:44 -0400
committerKevin O'Connor <kevin@koconnor.net>2011-06-20 23:50:01 -0400
commit96f64f887dcaf86031c0be7c2a8e7245e8f452ef (patch)
treecd07b70d8f8d4f8d0e2688f95ca91af308dc4a8d /src/config.h
parent096a9b10e68eb1b2087cc30e4fa6d333b6a03d72 (diff)
downloadseabios-hppa-96f64f887dcaf86031c0be7c2a8e7245e8f452ef.zip
seabios-hppa-96f64f887dcaf86031c0be7c2a8e7245e8f452ef.tar.gz
seabios-hppa-96f64f887dcaf86031c0be7c2a8e7245e8f452ef.tar.bz2
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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/config.h b/src/config.h
index 5b40488..e6e07c9 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