diff options
| author | Boris Gjenero <boris.gjenero@gmail.com> | 2012-02-04 22:40:51 -0500 |
|---|---|---|
| committer | Boris Gjenero <boris.gjenero@gmail.com> | 2012-02-04 22:40:51 -0500 |
| commit | cd89b31133334f97f841ecf52481c648173a05f9 (patch) | |
| tree | bd25145c0e5e365870a2f8e3cb26d677dfa464a3 | |
| parent | 0a8235d0525b531ba932cdbb27c9092ec58a9323 (diff) | |
| download | rockbox-cd89b31133334f97f841ecf52481c648173a05f9.zip rockbox-cd89b31133334f97f841ecf52481c648173a05f9.tar.gz rockbox-cd89b31133334f97f841ecf52481c648173a05f9.tar.bz2 rockbox-cd89b31133334f97f841ecf52481c648173a05f9.tar.xz | |
Fix Fuze+ bootloader red
Change-Id: I434e3f4930e6ab7f8d9f5ba43a5bfe0a387e0f09
| -rw-r--r-- | firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c index 36084af..c2e80ad 100644 --- a/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c +++ b/firmware/target/arm/imx233/sansa-fuzeplus/lcd-fuzeplus.c @@ -385,7 +385,9 @@ void lcd_init_device(void) lcd_init_seq_7783(); break; } +#ifdef HAVE_LCD_ENABLE lcd_on = true; +#endif } #ifdef HAVE_LCD_ENABLE |