Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different than
regular Xscale (it has no mini data cache, has armv6-style 16MB supersections, and can address 36bits). Define it for i81342.
This commit is contained in:
parent
03eab9f7a6
commit
2feb83cec2
@ -139,4 +139,7 @@
|
||||
#define ARM_XSCALE_PMU 0
|
||||
#endif
|
||||
|
||||
#if defined(CPU_XSCALE_81342)
|
||||
#define CPU_XSCALE_CORE3
|
||||
#endif
|
||||
#endif /* _MACHINE_CPUCONF_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user