From 9db22efd1fe133d7477fb7ceb6ded745dc889cdc Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 9 Sep 2007 11:20:20 +0000 Subject: Firmware "hacker" code for the e200r install so the full bootloader rom doesnt need to be written. Requires a custom version of e200tool which isnt available yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14654 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-e200.h') diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index fdcfa84..3bde3fc 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -187,4 +187,7 @@ #define DEFAULT_REC_LEFT_GAIN 23 #define DEFAULT_REC_RIGHT_GAIN 23 +#ifdef E200R_INSTALLER +#define IRAMORIG 0x40004000 +#endif -- cgit v1.1