In message <[EMAIL PROTECTED]> you wrote:
> The current implementation of get_timer() is only really useful after we
> have relocated u-boot to memory.  The i2c code is used before that as part
> of the SPD DDR setup.
> 
> We actually have a bug when using the get_timer() code before relocation
> because the .bss hasn't been setup and thus we could be reading/writing
> a random location (probably in flash).
> 
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
> ---
> 
> This is a fix for 1.3.4.
> 
> - k
> 
>  drivers/i2c/fsl_i2c.c |    9 ++++-----
>  1 files changed, 4 insertions(+), 5 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Extended Epstein-Heisenberg Principle: In an R & D orbit, only  2  of
the  existing 3 parameters can be defined simultaneously. The parame-
ters are: task, time and resources ($).

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to