]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: SPL: Clean up spl.c / spl_nand.c slightly
authorTom Rini <trini@ti.com>
Tue, 14 Aug 2012 19:06:43 +0000 (12:06 -0700)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 16:49:58 +0000 (09:49 -0700)
commit026b2fe32c3d5658befb54521dcfed46444e6bf8
tree1a5cb194bcb6a13ff2dda67c56c7c6ecfe4fa713
parentf0881250f9429a5c88e39e90c2d7100b0e10f7b9
ARM: SPL: Clean up spl.c / spl_nand.c slightly

- 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 need printf, in the core of SPL.
  - The other case here is that PLAIN_VERSION provided what we wanted
    already, so just use it.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/spl.c
arch/arm/cpu/armv7/omap-common/spl_nand.c