bsp: Break on the terminate halt to get fatal handlers run.

This commit is contained in:
Chris Johns
2014-04-29 09:10:14 +10:00
parent 4e8f9840b4
commit bd0fbd6f13

View File

@@ -57,5 +57,5 @@ gdb_script: none, none, 'beagleboardxm_gdb_script'
beagleboardxm_gdb_script: none, none, '''target remote kaka:3333
mon beagleboard_xm_mlo /home/chris/development/rtems/bb/uboot/u-boot/MLO
load
b _Terminate
b _Terminate_CPU_Fatal_halt
continue'''