commit | 3b7e84e2abd4d30de93f615b600dac75a04cb0f5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Wed Aug 15 07:23:20 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Sep 02 19:39:25 2012 +0200 |
tree | 1c12b8d713783d3d68db20683a097530ecc74784 | |
parent | ce9a155a4d4d425cfdc59cf62ff96f085ea5f71c [diff] |
README.SPL: Add a small Debugging section Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/doc/README.SPL b/doc/README.SPL index e4a5ac3..bd375a0 100644 --- a/doc/README.SPL +++ b/doc/README.SPL
@@ -78,3 +78,10 @@ This this case CPU will be set to "normal_cpu" during the main u-boot build and "spl_cpu" during the SPL build. + + +Debugging +--------- + +When building SPL with DEBUG set you may also need to set CONFIG_PANIC_HANG +as in most cases do_reset is not defined within SPL.