diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-11-14 19:34:55 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-11-14 19:34:55 +0000 |
commit | cafac66d16324eeaf21de93376ad19430e44e613 (patch) | |
tree | 7d16eb6238b2dfc6d0f90c4db03a3abfcfcadfa4 /targets/emulation | |
parent | 5b69883877cea05d95028649616dc63d94eb14d1 (diff) |
Fix manual (non-kconfig) build of the following boards, due to
missing renames of CONFIG_HAVE_PIRQ_TABLE to CONFIG_GENERATE_PIRQ_TABLE:
- iwill/dk8s2
- iwill/dk8x
- emulation/qemu-x86
- iei/juki-511p
- tyan/s1846
- msi/ms7135
- arima/hdama
Build-tested for the QEMU target and IEI JUKI-511P.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4944 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/emulation')
-rw-r--r-- | targets/emulation/qemu-x86/Config-car.lb | 2 | ||||
-rw-r--r-- | targets/emulation/qemu-x86/Config-lab.lb | 2 | ||||
-rw-r--r-- | targets/emulation/qemu-x86/Config.OLPC.lb | 2 | ||||
-rw-r--r-- | targets/emulation/qemu-x86/Config.lb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/targets/emulation/qemu-x86/Config-car.lb b/targets/emulation/qemu-x86/Config-car.lb index 00b2200b2e..1d2032e0b9 100644 --- a/targets/emulation/qemu-x86/Config-car.lb +++ b/targets/emulation/qemu-x86/Config-car.lb @@ -11,7 +11,7 @@ option CONFIG_USE_PRINTK_IN_CAR=1 option CC="gcc -m32" -option CONFIG_HAVE_PIRQ_TABLE=1 +option CONFIG_GENERATE_PIRQ_TABLE=1 option CONFIG_IRQ_SLOT_COUNT=6 romimage "fallback" diff --git a/targets/emulation/qemu-x86/Config-lab.lb b/targets/emulation/qemu-x86/Config-lab.lb index d68ffd9f0b..34786e5498 100644 --- a/targets/emulation/qemu-x86/Config-lab.lb +++ b/targets/emulation/qemu-x86/Config-lab.lb @@ -9,7 +9,7 @@ option CONFIG_PRECOMPRESSED_PAYLOAD=1 option CC="gcc -m32" -option CONFIG_HAVE_PIRQ_TABLE=1 +option CONFIG_GENERATE_PIRQ_TABLE=1 option CONFIG_IRQ_SLOT_COUNT=6 romimage "fallback" diff --git a/targets/emulation/qemu-x86/Config.OLPC.lb b/targets/emulation/qemu-x86/Config.OLPC.lb index 1b240f7ed6..718fd8d284 100644 --- a/targets/emulation/qemu-x86/Config.OLPC.lb +++ b/targets/emulation/qemu-x86/Config.OLPC.lb @@ -9,7 +9,7 @@ option CONFIG_PRECOMPRESSED_PAYLOAD=0 option CC="gcc -m32" -option CONFIG_HAVE_PIRQ_TABLE=1 +option CONFIG_GENERATE_PIRQ_TABLE=1 option CONFIG_IRQ_SLOT_COUNT=6 romimage "fallback" diff --git a/targets/emulation/qemu-x86/Config.lb b/targets/emulation/qemu-x86/Config.lb index a05e815e86..51442147e5 100644 --- a/targets/emulation/qemu-x86/Config.lb +++ b/targets/emulation/qemu-x86/Config.lb @@ -7,7 +7,7 @@ option CONFIG_ROM_SIZE=512*1024 option CC="gcc -m32" -option CONFIG_HAVE_PIRQ_TABLE=1 +option CONFIG_GENERATE_PIRQ_TABLE=1 option CONFIG_IRQ_SLOT_COUNT=6 option CONFIG_DEFAULT_CONSOLE_LOGLEVEL=9 option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL=9 |