From aa1042286aa05f04d1d832759d8ff18e8dea1113 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 18 Jul 2005 15:50:06 +0000 Subject: Fixed RoLo for H100 targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7188 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 3 +++ firmware/export/config-h120.h | 3 +++ 2 files changed, 6 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 96efdd2406..e33b985509 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -7,6 +7,9 @@ */ #define IRIVER_H100_SERIES 1 +/* For Rolo and boot loader */ +#define MODEL_NUMBER 1 + /* define this if you have recording possibility */ /*#define HAVE_RECORDING 1*/ diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 90a676f4dd..9b93eae070 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -3,6 +3,9 @@ */ #define IRIVER_H100_SERIES 1 +/* For Rolo and boot loader */ +#define MODEL_NUMBER 0 + /* define this if you have recording possibility */ /*#define HAVE_RECORDING 1*/ -- cgit v1.2.3