freemyipod r735 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r734‎ | r735 | r736 >
Date:00:04, 12 July 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Fix cacheline size for iPod Touch 2G
Modified paths:
  • /emcore/trunk/target/ipodtouch2g/target.h (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodtouch2g/target.h
@@ -30,7 +30,7 @@
3131
3232 #define ARM_ARCH 6
3333 #define LITTLE_ENDIAN
34 -#define CACHEALIGN_BITS 4
 34+#define CACHEALIGN_BITS 5
3535 #define CPU_FREQ 532000000
3636
3737