bsp/gdbarmsim: Do not call bsp_cleanup()

This commit is contained in:
Sebastian Huber
2012-12-06 17:44:55 +01:00
parent facf83625b
commit 1bb8782c91

View File

@@ -311,8 +311,6 @@ __change_mode:
mov r0, #0
bl FUNCTION (boot_card)
bl FUNCTION (bsp_cleanup) /* Should not return. */
#if defined(__thumb__) && !defined(__thumb2__)
/* Come out of Thumb mode. This code should be redundant. */