diff options
author | Tom Rini <trini@ti.com> | 2012-08-15 07:23:20 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-09-02 19:39:25 +0200 |
commit | f8e754d51cd9573e22eecea8543bcceffe313e95 (patch) | |
tree | 1c12b8d713783d3d68db20683a097530ecc74784 | |
parent | a1ea8e5109362d74f090e1632c92cac9f16fa1b8 (diff) |
README.SPL: Add a small Debugging section
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | doc/README.SPL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.SPL b/doc/README.SPL index e4a5ac31f38..bd375a01d96 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. |