diff options
author | Jens Arnold <amiconn@rockbox.org> | 2008-10-29 07:11:52 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2008-10-29 07:11:52 +0000 |
commit | 2d4eacb9ec06e636519f6065c78c8f481b587f94 (patch) | |
tree | 083b3deb9639a71d00818e7cbccf833f34eaf459 /firmware/export/config.h | |
parent | 8f7f219dbabee320862cb7ed8616300d54f935cb (diff) | |
download | rockbox-2d4eacb9ec06e636519f6065c78c8f481b587f94.tar.gz rockbox-2d4eacb9ec06e636519f6065c78c8f481b587f94.zip |
AS3525 is ARMv4, not ARMv5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18915 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index e425bf98e5..01141f3866 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h | |||
@@ -461,13 +461,13 @@ | |||
461 | #define ARM_ARCH 6 /* ARMv6 */ | 461 | #define ARM_ARCH 6 /* ARMv6 */ |
462 | #endif | 462 | #endif |
463 | 463 | ||
464 | #if defined(CPU_TCC77X) || defined(CPU_TCC780X) || (CONFIG_CPU == DM320) || (CONFIG_CPU == AS3525) | 464 | #if defined(CPU_TCC77X) || defined(CPU_TCC780X) || (CONFIG_CPU == DM320) |
465 | #define CPU_ARM | 465 | #define CPU_ARM |
466 | #define ARM_ARCH 5 /* ARMv5 */ | 466 | #define ARM_ARCH 5 /* ARMv5 */ |
467 | #endif | 467 | #endif |
468 | 468 | ||
469 | #if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \ | 469 | #if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \ |
470 | || (CONFIG_CPU == DSC25) || (CONFIG_CPU == S5L8700) | 470 | || (CONFIG_CPU == DSC25) || (CONFIG_CPU == S5L8700) || (CONFIG_CPU == AS3525) |
471 | #define CPU_ARM | 471 | #define CPU_ARM |
472 | #define ARM_ARCH 4 /* ARMv4 */ | 472 | #define ARM_ARCH 4 /* ARMv4 */ |
473 | #endif | 473 | #endif |