From 6ce98bda11c26f209c8319213677dd411a9713b7 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 17 Mar 2009 20:05:03 +0000 Subject: FS#10018 general pp bootloader: start the OF if loading rockbox fails. Resolves a bug where the c200 bootloader would loop flashing the logo if loading rockbox failed and drop support for loading old .e200 and .h10 rockbox main binaries for the e200 resp h10, affects e200, c200, h10 (both kinds) and mrobe 100. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20342 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200.h | 1 - firmware/export/config-h10.h | 1 - firmware/export/config-h10_5gb.h | 1 - 3 files changed, 3 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index e4d4b739bc..fd481d9e63 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -187,7 +187,6 @@ #define MI4_FORMAT #define BOOTFILE_EXT "mi4" #define BOOTFILE "rockbox." BOOTFILE_EXT -#define OLD_BOOTFILE "rockbox.e200" #define BOOTDIR "/.rockbox" #define ICODE_ATTR_TREMOR_NOT_MDCT diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 756b4da0ea..011c1316de 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -177,7 +177,6 @@ #define MI4_FORMAT #define BOOTFILE_EXT "mi4" #define BOOTFILE "rockbox." BOOTFILE_EXT -#define OLD_BOOTFILE "rockbox.h10" #define BOOTDIR "/.rockbox" #define ICODE_ATTR_TREMOR_NOT_MDCT diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index 3a52823fd5..ef53e02ab4 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -157,7 +157,6 @@ #define MI4_FORMAT #define BOOTFILE_EXT "mi4" #define BOOTFILE "rockbox." BOOTFILE_EXT -#define OLD_BOOTFILE "rockbox.h10" #define BOOTDIR "/.rockbox" #define ICODE_ATTR_TREMOR_NOT_MDCT -- cgit v1.2.3