diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2016-12-19 18:32:51 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2016-12-19 18:32:51 +0100 |
commit | 622088c94058af0c64672da0fc12958a2b4cbec9 (patch) | |
tree | 1d907a59267a927b1e7370ffdb0741496c896d3f /firmware/export/config | |
parent | 575bd890e7abb21e24675f31e0e4090cf76bda3a (diff) |
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.h | 3 |
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 @@ /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ +/* Define this on iMX233 if the boot process uses a dualboot stub */ +#define HAVE_DUALBOOT_STUB + #define BOOTFILE_EXT "creative" #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" |