mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Make the H10 5GB bootloader able to load the OF again. From FS#9955.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6052d30af
commit
3fe6152a1a
1 changed files with 4 additions and 0 deletions
|
|
@ -108,7 +108,11 @@ void lcd_set_flip(bool yesno)
|
|||
/* LCD init */
|
||||
void lcd_init_device(void)
|
||||
{
|
||||
#ifndef BOOTLOADER
|
||||
/* The OF won't boot if this is done in the bootloader - ideally we should
|
||||
tweak the lcd controller speed settings but this will do for now */
|
||||
CLCD_CLOCK_SRC |= 0xc0000000; /* Set LCD interface clock to PLL */
|
||||
#endif
|
||||
/* H10 LCD is initialised by the bootloader */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue