[U-Boot] [PATCH 1/2] README.SPL: Add a small Debugging section

Tom Rini trini at ti.com
Wed Aug 15 19:23:20 CEST 2012


Signed-off-by: Tom Rini <trini at ti.com>
---
 doc/README.SPL |    7 +++++++
 1 file changed, 7 insertions(+)

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 @@ 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.
-- 
1.7.9.5



More information about the U-Boot mailing list