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.tar.gz rockbox-359826aa940bf34c05f7a7433fed7a8b0b26e762.zip |
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 92f63aebfe..f2c9e438e1 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) | |||
42 | imx233_set_pin_function(1, 28, PINCTRL_FUNCTION_GPIO); | 42 | imx233_set_pin_function(1, 28, PINCTRL_FUNCTION_GPIO); |
43 | imx233_set_pin_drive_strength(1, 28, PINCTRL_DRIVE_8mA); | 43 | imx233_set_pin_drive_strength(1, 28, PINCTRL_DRIVE_8mA); |
44 | imx233_enable_gpio_output(1, 28, true); | 44 | imx233_enable_gpio_output(1, 28, true); |
45 | #ifndef HAVE_BACKLIGHT_BRIGHTNESS | ||
46 | _backlight_set_brightness(DEFAULT_BRIGHTNESS_SETTING); | 45 | _backlight_set_brightness(DEFAULT_BRIGHTNESS_SETTING); |
47 | #endif | ||
48 | return true; | 46 | return true; |
49 | } | 47 | } |
50 | 48 | ||