Re: [U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-21 Thread Benoît Thébaudeau
Hi Stefano, Fabio, > On 20/08/2012 22:25, Fabio Estevam wrote: > > Hi Stefano, > > > > On Mon, Aug 20, 2012 at 4:42 PM, stefano babic > > wrote: > > > >> With the flea3 I have made some clean-up, making the > >> lowLevel_init.S > >> essential. Same changes were not reported back to the mx35pdk.

Re: [U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-20 Thread Stefano Babic
On 20/08/2012 22:25, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Aug 20, 2012 at 4:42 PM, stefano babic wrote: > >> With the flea3 I have made some clean-up, making the lowLevel_init.S >> essential. Same changes were not reported back to the mx35pdk. I am >> going also to put in a common plac

Re: [U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-20 Thread Fabio Estevam
Hi Stefano, On Mon, Aug 20, 2012 at 4:42 PM, stefano babic wrote: > With the flea3 I have made some clean-up, making the lowLevel_init.S > essential. Same changes were not reported back to the mx35pdk. I am > going also to put in a common place the functions to setup the DDR > controller ( board

Re: [U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-20 Thread stefano babic
Am 20/08/2012 14:09, schrieb Benoît Thébaudeau: > Hi Stefano, > >> Clean up mx35 lowlevel_init: >> - Indent with tabs. >> - Fix comments. >> - Use defined values instead of literal constants. >> - Use defined macros instead of duplicating code. >> >> Signed-off-by: Benoît Thébaudeau >> Cc: St

Re: [U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-20 Thread Benoît Thébaudeau
Hi Stefano, > Clean up mx35 lowlevel_init: > - Indent with tabs. > - Fix comments. > - Use defined values instead of literal constants. > - Use defined macros instead of duplicating code. > > Signed-off-by: Benoît Thébaudeau > Cc: Stefano Babic > --- > .../arm/include/asm/arch-mx35/lowleve

[U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init

2012-08-14 Thread Benoît Thébaudeau
Clean up mx35 lowlevel_init: - Indent with tabs. - Fix comments. - Use defined values instead of literal constants. - Use defined macros instead of duplicating code. Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic --- .../arm/include/asm/arch-mx35/lowlevel_macro.S | 153