diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-05-06 21:39:39 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-05-06 21:39:39 +0000 |
commit | 3bb314725aee90ae9436ce3b1d7e9e29f8e2d473 (patch) | |
tree | d5381e4cc80c8e4c08df0b81ff106b06fd74dbcb /src/mainboard/arima/hdama | |
parent | 9782f7538c3a7c0623d2177d10cc7785336da47c (diff) |
replace up,across,down with ltd0,ldt1, ldt2
Although it is not used currently, misuse of terminolog is still a misuse.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1548 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama')
-rw-r--r-- | src/mainboard/arima/hdama/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/arima/hdama/Config.lb b/src/mainboard/arima/hdama/Config.lb index 1d6d9b4a82..87318da6f5 100644 --- a/src/mainboard/arima/hdama/Config.lb +++ b/src/mainboard/arima/hdama/Config.lb @@ -314,7 +314,7 @@ northbridge amd/amdk8 "mc1" end cpu k8 "cpu0" - register "up" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }" + register "ldt0" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }" end cpu k8 "cpu1" |