summaryrefslogtreecommitdiff
path: root/src/northbridge/motorola/mpc107
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2004-06-03 16:30:02 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2004-06-03 16:30:02 +0000
commit66c07cdc942c4a02dd2d4e2b4be9aba0727afe28 (patch)
tree76e6b666f9410c012e74413a0778ffe5212e9fc8 /src/northbridge/motorola/mpc107
parentca68a91eff7d0053e48f24994b7808acec14a28e (diff)
downloadcoreboot-66c07cdc942c4a02dd2d4e2b4be9aba0727afe28.tar.xz
Make names more sensible.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1593 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/motorola/mpc107')
-rw-r--r--src/northbridge/motorola/mpc107/mpc107.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/motorola/mpc107/mpc107.c b/src/northbridge/motorola/mpc107/mpc107.c
index 316affaa2d..00c38e5a0d 100644
--- a/src/northbridge/motorola/mpc107/mpc107.c
+++ b/src/northbridge/motorola/mpc107/mpc107.c
@@ -317,7 +317,7 @@ mpc107_config_memory(int no_banks, sdram_bank_info * bank, int for_real)
int i, j;
char ignore[8];
/* Convert bus clock to cycle time in 100ns units */
- unsigned cycle_time = 10 * (2500000000U / get_clock_speed());
+ unsigned cycle_time = 10 * (2500000000U / get_timer_freq());
/* Approximate */
unsigned access_time = cycle_time - 300;
unsigned cas_latency = 0;