diff options
Diffstat (limited to 'firmware/export')
-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 |