]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - cpu/arm926ejs/nomadik/reset.S
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / cpu / arm926ejs / nomadik / reset.S
1 #include <config.h>
2 /*
3  * Processor reset for Nomadik
4  */
5
6         .align 5
7 .globl reset_cpu
8 reset_cpu:
9         ldr     r0, =NOMADIK_SRC_BASE   /* System and Reset Controller */
10         ldr     r1, =0x1
11         str     r1, [r0, #0x18]
12
13 _loop_forever:
14         b       _loop_forever