OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / tools / misc / arm / devcfg.S
1
2 .text
3
4 devcfg:
5         mov     r1, #0x80000000
6         orr     r1, r1, #0x00930000
7         mov     r0, #0xaa
8         str     r0, [r1,#0xc0]
9         mov     r0, #0x00140000
10         str     r0, [r1,#0x80]
11         nop
12         nop
13