Removed the LCD/backlight glitch when starting Rockbox on mainly the color LCD targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12672 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1005195cb6
commit
a844a18337
1 changed files with 2 additions and 2 deletions
|
@ -311,8 +311,6 @@ static void init(void)
|
|||
cpu_boost(true);
|
||||
#endif
|
||||
|
||||
backlight_init();
|
||||
|
||||
buffer_init();
|
||||
|
||||
settings_reset();
|
||||
|
@ -359,6 +357,8 @@ static void init(void)
|
|||
m5636_init();
|
||||
#endif
|
||||
|
||||
backlight_init();
|
||||
|
||||
button_init();
|
||||
|
||||
powermgmt_init();
|
||||
|
|
Loading…
Reference in a new issue