projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ea8e5
)
README.SPL: Add a small Debugging section
author
Tom Rini
<trini@ti.com>
Wed, 15 Aug 2012 07:23:20 +0000
(07:23 +0000)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 2 Sep 2012 17:39:25 +0000
(19:39 +0200)
Signed-off-by: Tom Rini <trini@ti.com>
doc/README.SPL
patch
|
blob
|
history
diff --git
a/doc/README.SPL
b/doc/README.SPL
index e4a5ac31f38330b7cd68cdd8ec706e3e7a823c1d..bd375a01d96d19431af4bb4cfa2142d43834ce8b 100644
(file)
--- 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.