forked from len0rd/rockbox
remove rockboxlogo after boot INIT_ATTR
nets about 5k on clipzip (less on mono, more on others) to move rockboxlogo to .initdata section Remove show_logo completely and move to main.c remove plugin stub give credits plugin its own copy credit fallback is now show_info() Change-Id: Id9ed787e605ed29e7ab1e7a74d3821cd0f840ed4
This commit is contained in:
parent
f37ebe5ed2
commit
1930ca8d66
9 changed files with 138 additions and 91 deletions
|
@ -930,12 +930,6 @@ RB_WRAP(restart_lua)
|
|||
return -1;
|
||||
}
|
||||
|
||||
RB_WRAP(show_logo)
|
||||
{
|
||||
rb->show_logo();
|
||||
return 0;
|
||||
}
|
||||
|
||||
RB_WRAP(mem_stats)
|
||||
{
|
||||
/* used, allocd, free = rb.mem_stats() */
|
||||
|
@ -1032,7 +1026,6 @@ static const luaL_Reg rocklib[] =
|
|||
|
||||
/* MISC */
|
||||
RB_FUNC(restart_lua),
|
||||
RB_FUNC(show_logo),
|
||||
RB_FUNC(mem_stats),
|
||||
|
||||
{NULL, NULL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue