summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-12-19 18:32:51 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-12-19 18:32:51 +0100
commit622088c94058af0c64672da0fc12958a2b4cbec9 (patch)
tree1d907a59267a927b1e7370ffdb0741496c896d3f /firmware/export/config
parent575bd890e7abb21e24675f31e0e4090cf76bda3a (diff)
downloadrockbox-622088c94058af0c64672da0fc12958a2b4cbec9.tar.gz
rockbox-622088c94058af0c64672da0fc12958a2b4cbec9.zip
zenxfistyle: enable dualboot stub api
The ZEN X-Fi Style doesn't have an updater like the other stmp targets but at least the stub enables rebooting to the OF. Change-Id: I630653a37b94b77210ffdd0d30e1748b13eca96a
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/creativezenxfistyle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenxfistyle.h b/firmware/export/config/creativezenxfistyle.h
index b7d3d61d85..0c6cd470e3 100644
--- a/firmware/export/config/creativezenxfistyle.h
+++ b/firmware/export/config/creativezenxfistyle.h
@@ -195,6 +195,9 @@
195/* Define this if you have adjustable CPU frequency */ 195/* Define this if you have adjustable CPU frequency */
196#define HAVE_ADJUSTABLE_CPU_FREQ 196#define HAVE_ADJUSTABLE_CPU_FREQ
197 197
198/* Define this on iMX233 if the boot process uses a dualboot stub */
199#define HAVE_DUALBOOT_STUB
200
198#define BOOTFILE_EXT "creative" 201#define BOOTFILE_EXT "creative"
199#define BOOTFILE "rockbox." BOOTFILE_EXT 202#define BOOTFILE "rockbox." BOOTFILE_EXT
200#define BOOTDIR "/.rockbox" 203#define BOOTDIR "/.rockbox"