From: Tom Rini Date: Wed, 15 Aug 2012 07:23:20 +0000 (+0000) Subject: README.SPL: Add a small Debugging section X-Git-Tag: v2012.10-rc1~65 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f8e754d51cd9573e22eecea8543bcceffe313e95;p=u-boot README.SPL: Add a small Debugging section Signed-off-by: Tom Rini --- diff --git a/doc/README.SPL b/doc/README.SPL index e4a5ac31f3..bd375a01d9 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -78,3 +78,10 @@ an SPL CPU in boards.cfg as follows: 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.