diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-06 13:29:10 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-06 13:29:10 +0000 |
commit | ad2c20d027f2f39f639aad43d89be62a2e5a3ddb (patch) | |
tree | e4a5771ae40b173c4086b10c9a74cb49fedb028b /firmware/export | |
parent | c69110cbe0f95ca94768a0827042f4cf27ac381e (diff) |
Changed CPU name
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5185 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 524a2249d3..fd757b1ab1 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -33,7 +33,7 @@ /* CONFIG_CPU */ #define SH7034 7034 -#define SCF5249 5249 +#define MCF5249 5249 /* CONFIG_KEYPAD */ #define PLAYER_PAD 0 |