rk27xx: switch to RKW format for binary

Change-Id: I859473abbaf05c8268d832b25d15f27f1ea44648
This commit is contained in:
Marcin Bukat 2012-02-28 23:37:09 +01:00
parent e2d6f9290d
commit 587f52f50e
4 changed files with 16 additions and 13 deletions

View file

@ -179,6 +179,7 @@
/* Define this if you have adjustable CPU frequency */
/* #define HAVE_ADJUSTABLE_CPU_FREQ */
#define BOOTFILE_EXT "rk27"
#define RKW_FORMAT
#define BOOTFILE_EXT "rkw"
#define BOOTFILE "rockbox." BOOTFILE_EXT
#define BOOTDIR "/.rockbox"

View file

@ -167,6 +167,7 @@
/* Define this if you have adjustable CPU frequency */
/* #define HAVE_ADJUSTABLE_CPU_FREQ */
#define BOOTFILE_EXT "rk27"
#define RKW_FORMAT
#define BOOTFILE_EXT "rkw"
#define BOOTFILE "rockbox." BOOTFILE_EXT
#define BOOTDIR "/.rockbox"

View file

@ -3,7 +3,7 @@
*/
/* For Rolo and boot loader */
#define MODEL_NUMBER 78
#define MODEL_NUMBER 73
#define MODEL_NAME "Rockchip 27xx generic"
@ -185,6 +185,7 @@
/* Define this if you have adjustable CPU frequency */
/* #define HAVE_ADJUSTABLE_CPU_FREQ */
#define BOOTFILE_EXT "rk27"
#define RKW_FORMAT
#define BOOTFILE_EXT "rkw"
#define BOOTFILE "rockbox." BOOTFILE_EXT
#define BOOTDIR "/.rockbox"