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/arima | |
parent | 5b69883877cea05d95028649616dc63d94eb14d1 (diff) | |
download | coreboot-cafac66d16324eeaf21de93376ad19430e44e613.tar.xz |
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/arima')
-rw-r--r-- | targets/arima/hdama/Config.kernelimage.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/arima/hdama/Config.kernelimage.lb b/targets/arima/hdama/Config.kernelimage.lb index d5a465985c..236d606719 100644 --- a/targets/arima/hdama/Config.kernelimage.lb +++ b/targets/arima/hdama/Config.kernelimage.lb @@ -14,7 +14,7 @@ uses CONFIG_UDELAY_TSC uses CPU_FIXUP uses CONFIG_HAVE_FALLBACK_BOOT uses CONFIG_HAVE_MP_TABLE -uses CONFIG_HAVE_PIRQ_TABLE +uses CONFIG_GENERATE_PIRQ_TABLE uses CONFIG_HAVE_HARD_RESET uses i586 uses i686 |