From e2fb4ecd5c6395ec6bf6524cc4a54ad878a15b13 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 3 Jul 2024 14:49:51 -0400 Subject: xduoox3: Completely strip USB support out of the bootloader. Change-Id: I7167e051a56a3be3c285c209b1c8fca7de251b09 --- bootloader/xduoox3.c | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'bootloader/xduoox3.c') diff --git a/bootloader/xduoox3.c b/bootloader/xduoox3.c index ff6b81aa25..ac2d648e61 100644 --- a/bootloader/xduoox3.c +++ b/bootloader/xduoox3.c @@ -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; -- cgit v1.2.3