diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h index b0fdbb6a99..740997a991 100644 --- a/firmware/export/config-creativezvm.h +++ b/firmware/export/config-creativezvm.h @@ -151,7 +151,11 @@ /* Define this if you have adjustable CPU frequency */ /* #define HAVE_ADJUSTABLE_CPU_FREQ */ +#ifndef ZEN_VISION #define BOOTFILE_EXT "zvm" +#else +#define BOOTFILE_EXT "zv" +#endif #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" @@ -169,8 +173,4 @@ #define DO_THREAD_TEST #endif - - -//Uncomment next line to make this build Zen Vision compatible -//#define ZEN_VISION #endif diff --git a/tools/configure b/tools/configure index 6af5b92508..7d100a5245 100755 --- a/tools/configure +++ b/tools/configure @@ -678,6 +678,7 @@ cat <