
22 Oct
2015
22 Oct
'15
2:38 p.m.
On Thu, Oct 22, 2015 at 10:38:10AM -0200, Fabio Estevam wrote:
On Thu, Oct 22, 2015 at 10:34 AM, Peng Fan Peng.Fan@freescale.com wrote:
+/* enable all periherial can be access in nosec mode */ +static void init_csu(void) +{
int i = 0;
for (i = 0; i < 64; i++)
writel(0x00FF00FF, 0x303e0000 + i * 4);
I have already commented about this on my previous review: these hardcoded numbers do not look fine.
Oh. I missed this part. Will use macro for the two value.
Regards, Peng.
--