Full support for Ginger Console
[linux-ginger.git] / arch / sh / include / mach-kfr2r09 / mach / romimage.h
bloba110823f2bde78d8966d5aefd77ea688bfb7b447
1 /* kfr2r09 board specific boot code:
2 * converts the "partner-jet-script.txt" script into assembly
3 * the assembly code is the first code to be executed in the romImage
4 */
6 #include <asm/romimage-macros.h>
7 #include "partner-jet-setup.txt"
9 /* execute icbi after enabling cache */
10 mov.l 1f, r0
11 icbi @r0
13 /* jump to cached area */
14 mova 2f, r0
15 jmp @r0
16 nop
18 .align 2
19 1: .long 0xa8000000