From cafac66d16324eeaf21de93376ad19430e44e613 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Nov 2009 19:34:55 +0000 Subject: 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4944 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/tyan/s1846/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets/tyan') diff --git a/targets/tyan/s1846/Config.lb b/targets/tyan/s1846/Config.lb index aeaac814e2..9a2c030f60 100644 --- a/targets/tyan/s1846/Config.lb +++ b/targets/tyan/s1846/Config.lb @@ -27,7 +27,7 @@ option CONFIG_MAINBOARD_VENDOR = "Tyan" option CONFIG_MAINBOARD_PART_NUMBER = "S1846" # TODO: Add/fix PIRQ table. -option CONFIG_HAVE_PIRQ_TABLE = 0 +option CONFIG_GENERATE_PIRQ_TABLE = 0 option CONFIG_DEFAULT_CONSOLE_LOGLEVEL = 9 option CONFIG_MAXIMUM_CONSOLE_LOGLEVEL = 9 -- cgit v1.2.3