[#4631] Typo in memory timings for BF533 on 2008R1.5
Submitted By: Michael McTernan
Open Date
2008-11-11 08:20:49 Close Date
2008-11-20 22:33:24
Priority:
Medium Assignee:
Sonic Zhang
Status:
Closed Fixed In Release:
N/A
Found In Release:
2008R1.5-RC3 Release:
Category:
Kernel Functions Board:
STAMP
Processor:
BF533 Silicon Revision:
0.5
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
2008R1.5
App binary format:
N/A
Summary: Typo in memory timings for BF533 on 2008R1.5
Details:
[mike@localhost asm-blackfin]$ grep "#if (CONFIG_SCLK_HZ > 8955223" mach*/mem_init.h
mach-bf527/mem_init.h:#if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612)
mach-bf533/mem_init.h:#if (CONFIG_SCLK_HZ > 8955223) && (CONFIG_SCLK_HZ <= 104477612)
mach-bf537/mem_init.h:#if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612)
mach-bf561/mem_init.h:#if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612)
mach/mem_init.h:#if (CONFIG_SCLK_HZ > 89552239) && (CONFIG_SCLK_HZ <= 104477612)
The mach-bf533 version is missing a '9'. Looks already fixed on trunk.
Follow-ups
--- Sonic Zhang 2008-11-12 02:17:58
Done.
--- Michael McTernan 2008-11-18 16:46:09
Saw it on the branch - many thanks!
Please close.
--- Sonic Zhang 2008-11-20 22:33:24
You can close it by yourself.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found