Skip to content
Commit 950eaf62 authored by Graeme Russ's avatar Graeme Russ Committed by Stefano Babic
Browse files

arm: mxs: Add debug outputs and comments to mxs SPL source files



It is difficult to track down fail to boot issues in the mxs SPL.
Implement the following to make it easier:
 - Add debug outputs to allow tracing of SPL progress in order to track
where failure to boot occurs. DEUBUG and CONFIG_SPL_SERIAL_SUPPORT must
be defined to enable debug output in SPL
 - Add TODO comments where it is not clear if the code is doing what it
is meant to be doing, even tough the board boots properly (these comments
refer to existing code, not to any code added by this patch)

Signed-off-by: default avatarGraeme Russ <gruss@tss-engineering.com>
parent e8cdeefc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment