Subversion Repositories freemyipod

Rev

Rev 85 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85 Rev 98
Line 31... Line 31...
31
	ldr pc, =irq_handler
31
	ldr pc, =irq_handler
32
	ldr pc, =fiq_handler
32
	ldr pc, =fiq_handler
33
.ltorg
33
.ltorg
34
 
34
 
35
 
35
 
-
 
36
.section .inithead,"ax",%progbits
-
 
37
.global __start
-
 
38
__start:
-
 
39
	b	_start
-
 
40
 
36
.section .initcode,"ax",%progbits
41
.section .initcode,"ax",%progbits
37
.global _start
42
.global _start
38
_start:
43
_start:
39
	ldr	r0, =0x00450878
44
	ldr	r0, =0x00450878
40
	mcr	p15, 0, r0,c1,c0,0
45
	mcr	p15, 0, r0,c1,c0,0