From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelo Dureghello Date: Wed, 7 Nov 2012 09:45:31 +0100 Subject: [U-Boot] mcf523x, issue in cpu_init Message-ID: <20121107084530.GA11954@angel3> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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