summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-26 13:27:12 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-26 13:27:12 +0000
commit4ce26ff328c632260441c30ffad66856bd9a2e0d (patch)
tree66af83d84a88a4b5d47ca7e3b9b5c14657e741a5 /bootloader
parent9e9fb929b43ece21ce47c27052e6f0fef057ce22 (diff)
Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixes flashes when booting up)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22051 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
-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 @@
#include "config.h"
#include "jz4740.h"
#include "backlight.h"
-#include "backlight-target.h"
#include "font.h"
#include "lcd.h"
#include "usb.h"
@@ -192,7 +191,6 @@ int main(void)
{
printf("Starting Rockbox...");
adc_close(); /* Disable SADC */
- _backlight_off(); /* Force backlight off to prevent LCD 'flicker' */
disable_interrupt();
kernel_entry = (void*) CONFIG_SDRAM_START;