fuze+: fix bootloader not set backlight brightness

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30791 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-10-18 21:58:14 +00:00
parent ed2386c67f
commit 359826aa94

View file

@ -42,9 +42,7 @@ bool _backlight_init(void)
imx233_set_pin_function(1, 28, PINCTRL_FUNCTION_GPIO);
imx233_set_pin_drive_strength(1, 28, PINCTRL_DRIVE_8mA);
imx233_enable_gpio_output(1, 28, true);
#ifndef HAVE_BACKLIGHT_BRIGHTNESS
_backlight_set_brightness(DEFAULT_BRIGHTNESS_SETTING);
#endif
return true;
}