fix indent

This commit is contained in:
Chiharu Shirasaka 2021-06-28 15:28:06 +09:00
parent 308d2c3ed0
commit 7120c4ca59
1 changed files with 33 additions and 33 deletions

View File

@ -21,7 +21,7 @@ _start:
//copy U-Boot to head of RAM
ldr r3, =0x37500000
ldr r1, =0x37540000
.L2:
.L2:
mov r2, r3
sub r3, r3, #0x7500000
ldr r0, [r2], #4
@ -33,11 +33,11 @@ _start:
ldr r0, =0x60000000
//MUB Interrupt Disable
ldr r2,=0x40220064
ldr r3,[r2]
ldr r1,=0x0000ffff
and r3,r3,r1
str r3,[r2]
ldr r2,=0x40220064
ldr r3,[r2]
ldr r1,=0x0000ffff
and r3,r3,r1
str r3,[r2]
mrc p15, 0, r8, c14, c2, 1
bic r8, r8, #1
@ -88,10 +88,10 @@ str r3,[r2]
bx r0
.L3:
.L3:
.word 0x60006400
.word 0x37500000
.LC0:
.LC0:
.ascii "r\000"
.LC1:
.LC1:
.ascii "SD0:\\u-boot.bin\000"