diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2011-10-18 21:58:14 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2011-10-18 21:58:14 +0000 |
| commit | 359826aa940bf34c05f7a7433fed7a8b0b26e762 (patch) | |
| tree | f287467734583f2eb60d38ccfc4ebaa05b6ae463 | |
| parent | ed2386c67fb6f2c8ea96b325463ce40bd82c8338 (diff) | |
| download | rockbox-359826aa940bf34c05f7a7433fed7a8b0b26e762.zip rockbox-359826aa940bf34c05f7a7433fed7a8b0b26e762.tar.gz rockbox-359826aa940bf34c05f7a7433fed7a8b0b26e762.tar.bz2 rockbox-359826aa940bf34c05f7a7433fed7a8b0b26e762.tar.xz | |
fuze+: fix bootloader not set backlight brightness
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30791 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c index 92f63ae..f2c9e43 100644 --- a/firmware/target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c +++ b/firmware/target/arm/imx233/sansa-fuzeplus/backlight-fuzeplus.c @@ -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; } |