Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163476
b: refs/heads/master
c: 673b74b
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 20, 2009
1 parent eab6923 commit fcee4e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c328e476bc56c86e77ffff5c947f4b8ec47e36b
refs/heads/master: 673b74be85bff420cccdc529d8247dbf486e175d
13 changes: 13 additions & 0 deletions trunk/arch/sh/include/mach-kfr2r09/mach/romimage.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,16 @@
.endm

#include "partner-jet-setup.txt"

/* execute icbi after enabling cache */
mov.l 1f, r0
icbi @r0

/* jump to cached area */
mova 2f, r0
jmp @r0
nop

.align 2
1: .long 0xa8000000
2:

0 comments on commit fcee4e5

Please sign in to comment.