Re: [U-Boot] [PATCH V2 01/11] Add support for MX35 processor

2011-01-20 Thread Wolfgang Denk
Dear Stefano Babic, In message <4d380c25.20...@denx.de> you wrote: > > >> + if (readl(&ccm->pdr3) & MXC_CCM_PDR3_UART_M_U) > >> + freq = get_mcu_main_clk(); > >> + else > >> + freq = decode_pll(readl(&ccm->ppctl), > >> + CONFIG_MX35_HCLK_FREQ); > > > > Braces

Re: [U-Boot] [PATCH V2 01/11] Add support for MX35 processor

2011-01-20 Thread Stefano Babic
On 01/20/2011 10:25 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1295513194-16158-2-git-send-email-sba...@denx.de> you wrote: >> The patch adds basic support for the Freescale's i.MX35 >> (arm1136 based) processor. >> >> Signed-off-by: Stefano Babic > > checkpatch says: > > [U

Re: [U-Boot] [PATCH V2 01/11] Add support for MX35 processor

2011-01-20 Thread Wolfgang Denk
Dear Stefano Babic, In message <1295513194-16158-2-git-send-email-sba...@denx.de> you wrote: > The patch adds basic support for the Freescale's i.MX35 > (arm1136 based) processor. > > Signed-off-by: Stefano Babic checkpatch says: [U-Boot] [PATCH V2 01/11] Add support for MX35 processor total: