diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2005-12-06 23:34:09 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2005-12-06 23:34:09 +0000 |
commit | 968bbe89cdc0a8bb47852388842bdf4ab625126e (patch) | |
tree | 74c95722c3a6b02e3cf8a3f532221ee4a42c1ef4 /src/config/Options.lb | |
parent | 2c2d54479d777f4095851f65bda67c6ace26b35b (diff) | |
download | coreboot-968bbe89cdc0a8bb47852388842bdf4ab625126e.tar.xz |
use hcdn to simplify the mptable.c and irqtable.c --- patch fro issue
48
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2136 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 61b85f37b7..8f307063f8 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -814,12 +814,6 @@ define AGP_APERTURE_SIZE comment "AGP graphics virtual memory aperture size" end -define CK804_DEVN_BASE - default 1 - export always - comment "CK804 device count from 0 or 1" -end - define HT_CHAIN_UNITID_BASE default 1 export always @@ -841,7 +835,7 @@ end define K8_SB_HT_CHAIN_ON_BUS0 default 0 export always - comment "this will make SB hypertransport chain sit on bus 0" + comment "this will make SB hypertransport chain sit on bus 0, if it is 2 will put other chain on 0x40, 0x80, 0xc0" end define K8_HW_MEM_HOLE_SIZEK |