summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/iriver/h10/lcd-h10_20gb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/target/arm/iriver/h10/lcd-h10_20gb.c b/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
index 2052be724c..1c4116d2e7 100644
--- a/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
+++ b/firmware/target/arm/iriver/h10/lcd-h10_20gb.c
@@ -173,7 +173,11 @@ void lcd_set_flip(bool yesno)
173/* LCD init */ 173/* LCD init */
174void lcd_init_device(void) 174void lcd_init_device(void)
175{ 175{
176#ifndef BOOTLOADER
177 /* The OF won't boot if this is done in the bootloader - ideally we should
178 tweak the lcd controller speed settings but this will do for now */
176 CLCD_CLOCK_SRC |= 0xc0000000; /* Set LCD interface clock to PLL */ 179 CLCD_CLOCK_SRC |= 0xc0000000; /* Set LCD interface clock to PLL */
180#endif
177 power_on = true; 181 power_on = true;
178 display_on = true; 182 display_on = true;
179 y_offset = 0; 183 y_offset = 0;