forked from len0rd/rockbox
Rename bootloader file for MPIO players as it supports both HD200 and HD300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28700 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f8f5794c4
commit
15a0a3c263
2 changed files with 4 additions and 1 deletions
|
@ -64,5 +64,5 @@ show_logo.c
|
||||||
main-pp.c
|
main-pp.c
|
||||||
show_logo.c
|
show_logo.c
|
||||||
#elif defined(MPIO_HD200) || defined(MPIO_HD300)
|
#elif defined(MPIO_HD200) || defined(MPIO_HD300)
|
||||||
mpio_hd200.c
|
mpio_hd200_hd300.c
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -175,6 +175,9 @@ static void rb_boot(void)
|
||||||
/* boost to speedup rb image loading */
|
/* boost to speedup rb image loading */
|
||||||
cpu_boost(true);
|
cpu_boost(true);
|
||||||
|
|
||||||
|
printf("Rockbox boot loader");
|
||||||
|
printf("Version " RBVERSION);
|
||||||
|
|
||||||
rc = storage_init();
|
rc = storage_init();
|
||||||
if(rc)
|
if(rc)
|
||||||
{
|
{
|
Loading…
Add table
Add a link
Reference in a new issue