[U-Boot] 83xx and LCRR setting

Kim Phillips kim.phillips at freescale.com
Fri Aug 21 22:56:51 CEST 2009


On Thu, 20 Aug 2009 13:03:09 +0200
Detlev Zundel <dzu at denx.de> wrote:

> or maybe even always use the mask, define it in the board config and do
> a
> 
> #if !defined(LCCR_MASK)
> #define LCCR_MASK 0xFFFFFFFF
> #endif

ack.

> This really depends if and how this applies to the other members of the
> 83xx family.

they're all the same, really.

> And, by the way, we should _really_ be using accessor macros all around
> ;)

actually LCRR itself has specific instructions that say if written, it
then should be read, and then an isync be issued.

Kim


More information about the U-Boot mailing list