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

2012-10-10 Thread Stefano Babic
On 20/08/2012 21:54, Benoît Thébaudeau wrote: > Clean up mx35 lowlevel_init: > - Indent with tabs. > - Fix comments. > - Use defined values instead of literal constants. > - Use defined macros instead of duplicating code. > - Use macro parameters with default values instead of #define'd config

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

2012-08-20 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. - Use macro parameters with default values instead of #define'd configs. Signed-off-by: Benoît Thébaudeau Cc: Stefano Babic -