
10 Jan
2005
10 Jan
'05
6:56 p.m.
Wolfgang,
The current flash support for Integrator CP supports only one flash type 28F256L18T. However the flash on the CP board we recently bought is 28F640J3C. I ported flash.c to support this type of flash. If you'd like, I'll post the patch.
Was there a final patch posted to the list? I can't find one.
It's fixed in my patch posted on Dec. 20, 2004. And also I got confirmation from Philippe that the fix of CFG_HZ issue for ARM926EJS works.
Make sure to use reset_timer_masked() and get_timer_masked() instead of get_timer(0) / get_timer(start).
They are used in the patch.
Regards, -Shawn.