diff options
author | James Yang <James.Yang@freescale.com> | 2008-02-09 00:05:08 (GMT) |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-03-26 16:43:04 (GMT) |
commit | a3e77fa5359b3f9f59e4e946b46d57a53057cc85 (patch) | |
tree | 3bcc915dc6f1899b5e388793b1945c77fef3f16e /cpu/sa1100 | |
parent | e9ea679918fbc9a53fa2f2a904aac874ea736036 (diff) | |
download | u-boot-a3e77fa5359b3f9f59e4e946b46d57a53057cc85.tar.xz |
85xx: Speed up get_ddr_freq() and get_bus_freq()
get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
called. However, get_sys_info() recalculates extraneous information when
called each time. Have get_ddr_freq() and get_bus_freq() return memoized
values from global_data instead.
Signed-off-by: James Yang <James.Yang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/sa1100')
0 files changed, 0 insertions, 0 deletions