summaryrefslogtreecommitdiff
path: root/bootloader/ondavx747.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ondavx747.c')
-rwxr-xr-xbootloader/ondavx747.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c
index 3767005ebe..0d3e592c6d 100755
--- a/bootloader/ondavx747.c
+++ b/bootloader/ondavx747.c
@@ -22,7 +22,6 @@
22#include "config.h" 22#include "config.h"
23#include "jz4740.h" 23#include "jz4740.h"
24#include "backlight.h" 24#include "backlight.h"
25#include "backlight-target.h"
26#include "font.h" 25#include "font.h"
27#include "lcd.h" 26#include "lcd.h"
28#include "usb.h" 27#include "usb.h"
@@ -192,7 +191,6 @@ int main(void)
192 { 191 {
193 printf("Starting Rockbox..."); 192 printf("Starting Rockbox...");
194 adc_close(); /* Disable SADC */ 193 adc_close(); /* Disable SADC */
195 _backlight_off(); /* Force backlight off to prevent LCD 'flicker' */
196 194
197 disable_interrupt(); 195 disable_interrupt();
198 kernel_entry = (void*) CONFIG_SDRAM_START; 196 kernel_entry = (void*) CONFIG_SDRAM_START;