summaryrefslogtreecommitdiff
path: root/firmware/export/config/hifimanhm60x.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2012-02-28 23:37:09 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2012-03-04 00:35:32 +0100
commit587f52f50e24be1b1efcadff06168f3570487f4e (patch)
tree076f2d7b567cc0ea66ff5220ae94918eaa66bc6a /firmware/export/config/hifimanhm60x.h
parente2d6f9290d8d2193e3323fb1fa1abf1d165f9ea7 (diff)
downloadrockbox-587f52f50e24be1b1efcadff06168f3570487f4e.tar.gz
rockbox-587f52f50e24be1b1efcadff06168f3570487f4e.zip
rk27xx: switch to RKW format for binary
Change-Id: I859473abbaf05c8268d832b25d15f27f1ea44648
Diffstat (limited to 'firmware/export/config/hifimanhm60x.h')
-rw-r--r--firmware/export/config/hifimanhm60x.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/hifimanhm60x.h b/firmware/export/config/hifimanhm60x.h
index 860cc967d9..5dc716339b 100644
--- a/firmware/export/config/hifimanhm60x.h
+++ b/firmware/export/config/hifimanhm60x.h
@@ -179,6 +179,7 @@
179/* Define this if you have adjustable CPU frequency */ 179/* Define this if you have adjustable CPU frequency */
180/* #define HAVE_ADJUSTABLE_CPU_FREQ */ 180/* #define HAVE_ADJUSTABLE_CPU_FREQ */
181 181
182#define BOOTFILE_EXT "rk27" 182#define RKW_FORMAT
183#define BOOTFILE_EXT "rkw"
183#define BOOTFILE "rockbox." BOOTFILE_EXT 184#define BOOTFILE "rockbox." BOOTFILE_EXT
184#define BOOTDIR "/.rockbox" 185#define BOOTDIR "/.rockbox"