summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/arm/system-arm.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/target/arm/system-arm.c b/firmware/target/arm/system-arm.c
index 7d38b17979..5c5a18c867 100644
--- a/firmware/target/arm/system-arm.c
+++ b/firmware/target/arm/system-arm.c
@@ -23,9 +23,6 @@
23#include <stdio.h> 23#include <stdio.h>
24#include "lcd.h" 24#include "lcd.h"
25#include "font.h" 25#include "font.h"
26#ifdef HAVE_BACKLIGHT
27#include "backlight-target.h"
28#endif
29 26
30static const char* const uiename[] = { 27static const char* const uiename[] = {
31 "Undefined instruction", 28 "Undefined instruction",
@@ -51,10 +48,6 @@ void __attribute__((noreturn)) UIE(unsigned int pc, unsigned int num)
51 lcd_puts(0, 1, str); 48 lcd_puts(0, 1, str);
52 lcd_update(); 49 lcd_update();
53 50
54#ifdef HAVE_BACKLIGHT
55 _backlight_on();
56#endif
57
58 disable_interrupt(IRQ_FIQ_STATUS); 51 disable_interrupt(IRQ_FIQ_STATUS);
59 52
60 system_exception_wait(); /* If this returns, try to reboot */ 53 system_exception_wait(); /* If this returns, try to reboot */