diff options
Diffstat (limited to 'targets')
-rw-r--r-- | targets/amd/quartet/Config.lb | 3 | ||||
-rw-r--r-- | targets/tyan/s2880/Config.lb | 2 | ||||
-rw-r--r-- | targets/tyan/s2882/Config.lb | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb index 47c01b2de2..ae89528ad8 100644 --- a/targets/amd/quartet/Config.lb +++ b/targets/amd/quartet/Config.lb @@ -48,7 +48,6 @@ uses CONFIG_CHIP_CONFIGURE uses XIP_ROM_SIZE uses XIP_ROM_BASE uses LINUXBIOS_EXTRA_VERSION -uses FAKE_SPDROM uses CC option CC="gcc -m32" @@ -74,8 +73,6 @@ option HAVE_OPTION_TABLE=1 option CONFIG_ROM_STREAM=1 option HAVE_FALLBACK_BOOT=1 -option FAKE_SPDROM=1 - ### ### Compute the location and size of where this firmware image ### (linuxBIOS plus bootloader) will live in the boot rom chip. diff --git a/targets/tyan/s2880/Config.lb b/targets/tyan/s2880/Config.lb index e9183a0f54..da6858e582 100644 --- a/targets/tyan/s2880/Config.lb +++ b/targets/tyan/s2880/Config.lb @@ -98,7 +98,7 @@ option CONFIG_CHIP_CONFIGURE=1 ### Build code to export a programmable irq routing table ### option HAVE_PIRQ_TABLE=1 -option IRQ_SLOT_COUNT=13 +option IRQ_SLOT_COUNT=12 # ### ### Build code for SMP support diff --git a/targets/tyan/s2882/Config.lb b/targets/tyan/s2882/Config.lb index dae08d7363..73976be4fe 100644 --- a/targets/tyan/s2882/Config.lb +++ b/targets/tyan/s2882/Config.lb @@ -76,7 +76,7 @@ option k7=1 option k8=1 option ROM_SIZE=524288 -option HAVE_HARD_RESET=1 +option HAVE_HARD_RESET=0 #option CONFIG_VGABIOS=1 #option CONFIG_REALMODE_IDT=1 |