mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
xduoox3: Completely strip USB support out of the bootloader.
Change-Id: I7167e051a56a3be3c285c209b1c8fca7de251b09
This commit is contained in:
parent
80b9127727
commit
e2fb4ecd5c
3 changed files with 4 additions and 21 deletions
|
|
@ -160,25 +160,6 @@ static int boot_rockbox(void)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void reset_configuration(void)
|
||||
{
|
||||
int rc;
|
||||
|
||||
rc = disk_mount_all();
|
||||
if (rc <= 0)
|
||||
{
|
||||
verbose = true;
|
||||
error(EDISK,rc, true);
|
||||
}
|
||||
|
||||
if(rename(ROCKBOX_DIR "/config.cfg", ROCKBOX_DIR "/config.old") == 0)
|
||||
show_splash(HZ/2, "Configuration reset successfully!");
|
||||
else
|
||||
show_splash(HZ/2, "Couldn't reset configuration!");
|
||||
}
|
||||
#endif
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue