mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rk27xx: switch to RKW format for binary
Change-Id: I859473abbaf05c8268d832b25d15f27f1ea44648
This commit is contained in:
parent
e2d6f9290d
commit
587f52f50e
4 changed files with 16 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue