summaryrefslogtreecommitdiff
path: root/bootloader/imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/imx233.c')
-rw-r--r--bootloader/imx233.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/imx233.c b/bootloader/imx233.c
index 65799de7aa..efe19bf0c2 100644
--- a/bootloader/imx233.c
+++ b/bootloader/imx233.c
@@ -217,9 +217,9 @@ void main(uint32_t arg, uint32_t addr)
217 system_prepare_fw_start(); 217 system_prepare_fw_start();
218 /* if target defines lcd_enable() in bootloader, take this as a hint that 218 /* if target defines lcd_enable() in bootloader, take this as a hint that
219 * we should use it to properly stop the lcd before moving one, the 219 * we should use it to properly stop the lcd before moving one, the
220 * _backlight_off() routine is supposed to disable the lcd at the same time */ 220 * backlight_hw_off() routine is supposed to disable the lcd at the same time */
221#ifdef HAVE_LCD_ENABLE 221#ifdef HAVE_LCD_ENABLE
222 _backlight_off(); 222 backlight_hw_off();
223#endif 223#endif
224 disable_interrupt(IRQ_FIQ_STATUS); 224 disable_interrupt(IRQ_FIQ_STATUS);
225 commit_discard_idcache(); 225 commit_discard_idcache();