Skip to content
Snippets Groups Projects
Commit 026b2fe3 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@ti.com>
parent f0881250
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment