From 93b280a42ccc9f976a6ecfff03a9862f6fe7f3ba Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 12 May 2008 21:28:13 +0000 Subject: [PATCH] Add (preliminary) Zen Vision support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17485 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-creativezvm.h | 8 ++++---- tools/configure | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 4 deletions(-) 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 <