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:
Linus Nielsen Feltzing 2007-03-07 14:49:20 +00:00
parent 1005195cb6
commit a844a18337

View file

@ -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();