forked from len0rd/rockbox
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
This commit is contained in:
parent
9e9fb929b4
commit
4ce26ff328
2 changed files with 19 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue