diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-24 22:17:51 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-24 22:17:51 +0000 |
commit | cb18b80e38c34238279d5fe3584e9ee500df9201 (patch) | |
tree | 2ecf93778e351bc8e6bbdbdff21cd62caff40f84 /targets/arima/hdama/Config.lb | |
parent | e15dfc1d9fd42550ca3442673e0cd008680409b3 (diff) |
Just two undefined's left.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@910 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/arima/hdama/Config.lb')
-rw-r--r-- | targets/arima/hdama/Config.lb | 6 |
1 files changed, 5 insertions, 1 deletions
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 |