Re: [U-Boot] [PATCH v4 11/20] ARM: SPL: Clean up spl.c / spl_nand.c slightly

2012-08-27 Thread Tom Rini
On 08/27/2012 12:34 PM, Sughosh Ganu wrote: > On Fri Aug 24, 2012 at 04:58:25PM -0700, Tom Rini wrote: >> - Remove includes we don't need >> - Switch some printf statements to puts >> - Convert some printf statements to debug, introduce new puts statements >> - In most cases saying just "No mkima

Re: [U-Boot] [PATCH v4 11/20] ARM: SPL: Clean up spl.c / spl_nand.c slightly

2012-08-27 Thread Sughosh Ganu
On Fri Aug 24, 2012 at 04:58:25PM -0700, Tom Rini wrote: > - Remove includes we don't need > - Switch some printf statements to puts > - Convert some printf statements to debug, introduce new puts statements > - In most cases saying just "No mkimage signature, assuming > u-boot.bin" or simila

[U-Boot] [PATCH v4 11/20] ARM: SPL: Clean up spl.c / spl_nand.c slightly

2012-08-24 Thread Tom Rini
- Remove includes we don't need - Switch some printf statements to puts - Convert some printf statements to debug, introduce new puts statements - In most cases saying just "No mkimage signature, assuming u-boot.bin" or similar is sufficient. This also means the non-DEBUG case doesn't ne