diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 2ed9b47f39..613111a3a2 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -264,12 +264,6 @@ define CONFIG_RESET export always comment "Hardware reset vector address" end -define CONFIG_EXCEPTION_VECTORS - default {CONFIG_ROMBASE+0x100} - format "0x%x" - export always - comment "Address of exception vector table" -end define CONFIG_STACK_SIZE default 0x2000 format "0x%x" @@ -845,11 +839,6 @@ define CONFIG_UDELAY_LAPIC export used comment "Implement udelay with the x86 Local APIC" end -define CONFIG_FAKE_SPDROM - default 0 - export always - comment "Use this to fake spd rom values" -end define CONFIG_GENERATE_ACPI_TABLES default 0 |