1.  
  2. /* setup caches */
  3. ldr r0, =0xefff0000 /* cache controler base address */
  4. ldrh r1, [r0]
  5. strh r1, [r0] /* global cache disable */