소스 검색

README.SPL: Add a small Debugging section

Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini 12 년 전
부모
커밋
f8e754d51c
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      doc/README.SPL

+ 7 - 0
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.