* [U-Boot] mcf523x, issue in cpu_init
@ 2012-11-07 8:45 Angelo Dureghello
0 siblings, 0 replies; only message in thread
From: Angelo Dureghello @ 2012-11-07 8:45 UTC (permalink / raw)
To: u-boot
Hi,
looking on freescale files, i found this possible issue
line 65
out_be32(&fbcs->cscr0, CONFIG_SYS_CS0_CTRL);
considering:
CONFIG_SYS_CS0_MASK for m5235evb board is
define CONFIG_SYS_CS0_CTRL 0x00001D00
and
flexbus registers are as:
typedef struct fbcs {
u16 csar0; /* Chip-select Address */
u16 res1;
u32 csmr0; /* Chip-select Mask */
u16 res2;
u16 cscr0; /* Chip-select Control */
.....
this line should not work, applying 0000.
Best Regards,
Angelo Dureghello
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-07 8:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-07 8:45 [U-Boot] mcf523x, issue in cpu_init Angelo Dureghello
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox