commit | 2d6286ab7983b1fca45b7cc2d670286ec4898ffd | [log] [tgz] |
---|---|---|
author | Graeme Russ <gruss@tss-engineering.com> | Sun Jan 25 12:07:53 2015 +1100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Feb 10 12:48:50 2015 +0100 |
tree | 37e59db56b0fe3e2769937281e8bad21c25c9764 | |
parent | 7a086037071401ee781425c382846dddfe80df68 [diff] |
arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode When booting in JTAG mode, there is no way to use soft break-points, and no way of knowing when SPL has finished executing (so the user can issue a 'halt' command to load u-boot.bin for example) Add a debug output and simple loop to stop execution at the completion of the SPL initialisation as a pseudo break-point when booting in JTAG mode Signed-off-by: Graeme Russ <gruss@tss-engineering.com>