From cb18b80e38c34238279d5fe3584e9ee500df9201 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 24 Jun 2003 22:17:51 +0000 Subject: Just two undefined's left. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@910 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/arima/hdama/Config.lb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'targets') diff --git a/targets/arima/hdama/Config.lb b/targets/arima/hdama/Config.lb index 9f13e4b89b..0f002caa8b 100644 --- a/targets/arima/hdama/Config.lb +++ b/targets/arima/hdama/Config.lb @@ -24,6 +24,7 @@ uses INTEL_PPRO_MTRR uses HEAP_SIZE uses IRQ_SLOT_COUNT uses k7 +uses k8 uses MAINBOARD_PART_NUMBER uses MAINBOARD_VENDOR uses MAX_CPUS @@ -41,13 +42,16 @@ uses STACK_SIZE uses USE_ELF_BOOT uses USE_FALLBACK_IMAGE uses USE_OPTION_TABLE +uses HAVE_OPTION_TABLE -option HAVE_MP_TABLE=0 +option HAVE_OPTION_TABLE=1 +option HAVE_MP_TABLE=1 option CPU_FIXUP=1 option CONFIG_UDELAY_TSC=0 option i686=1 option INTEL_PPRO_MTRR=1 option k7=1 +option k8=1 ### Customize our winbond superio chip for this motherboard -- cgit v1.2.3