diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-03 14:49:51 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-03 16:51:58 -0400 |
commit | e2fb4ecd5c6395ec6bf6524cc4a54ad878a15b13 (patch) | |
tree | adac5da0ab6b6d88217591fdfefe061dfec32f2e /bootloader | |
parent | 80b91277279105d49fdf5a967d88f6a1abc38bb3 (diff) | |
download | rockbox-e2fb4ecd5c6395ec6bf6524cc4a54ad878a15b13.tar.gz rockbox-e2fb4ecd5c6395ec6bf6524cc4a54ad878a15b13.zip |
xduoox3: Completely strip USB support out of the bootloader.
Change-Id: I7167e051a56a3be3c285c209b1c8fca7de251b09
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/xduoox3.c | 19 |
1 files changed, 0 insertions, 19 deletions
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) | |||
160 | } | 160 | } |
161 | } | 161 | } |
162 | 162 | ||
163 | #if 0 | ||
164 | static void reset_configuration(void) | ||
165 | { | ||
166 | int rc; | ||
167 | |||
168 | rc = disk_mount_all(); | ||
169 | if (rc <= 0) | ||
170 | { | ||
171 | verbose = true; | ||
172 | error(EDISK,rc, true); | ||
173 | } | ||
174 | |||
175 | if(rename(ROCKBOX_DIR "/config.cfg", ROCKBOX_DIR "/config.old") == 0) | ||
176 | show_splash(HZ/2, "Configuration reset successfully!"); | ||
177 | else | ||
178 | show_splash(HZ/2, "Couldn't reset configuration!"); | ||
179 | } | ||
180 | #endif | ||
181 | |||
182 | int main(void) | 163 | int main(void) |
183 | { | 164 | { |
184 | int rc; | 165 | int rc; |