aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2010-10-14 10:51:36 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2010-10-26 05:32:47 -0400
commitef4d63e6f51d9669e247c47b670a83511b98eb68 (patch)
tree35871307329b7477c87486634925c6050b28ec66 /arch/arm/mach-at91
parent184c82e853704ee98e729af0f36a8539355c0e2e (diff)
AT91: trivial: align comment of at91sam9g20_reset with one more tab
Preparing next patch with longer names Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/at91sam9g20_reset.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-at91/at91sam9g20_reset.S b/arch/arm/mach-at91/at91sam9g20_reset.S
index f6e9b037f73c..1631c38bc6b8 100644
--- a/arch/arm/mach-at91/at91sam9g20_reset.S
+++ b/arch/arm/mach-at91/at91sam9g20_reset.S
@@ -33,23 +33,23 @@
33 .globl at91sam9g20_reset 33 .globl at91sam9g20_reset
34 34
35at91sam9g20_reset: mov r0, #0 35at91sam9g20_reset: mov r0, #0
36 mcr p15, 0, r0, c7, c5, 0 @ flush I-cache 36 mcr p15, 0, r0, c7, c5, 0 @ flush I-cache
37 37
38 mrc p15, 0, r0, c1, c0, 0 38 mrc p15, 0, r0, c1, c0, 0
39 orr r0, r0, #CP15_CR_I 39 orr r0, r0, #CP15_CR_I
40 mcr p15, 0, r0, c1, c0, 0 @ enable I-cache 40 mcr p15, 0, r0, c1, c0, 0 @ enable I-cache
41 41
42 ldr r0, =SDRAMC_BASE @ preload constants 42 ldr r0, =SDRAMC_BASE @ preload constants
43 ldr r1, =RSTC_BASE 43 ldr r1, =RSTC_BASE
44 44
45 mov r2, #1 45 mov r2, #1
46 mov r3, #SDRAMC_LPCB_POWER_DOWN 46 mov r3, #SDRAMC_LPCB_POWER_DOWN
47 ldr r4, =RSTC_KEY | RSTC_PERRST | RSTC_PROCRST 47 ldr r4, =RSTC_KEY | RSTC_PERRST | RSTC_PROCRST
48 48
49 .balign 32 @ align to cache line 49 .balign 32 @ align to cache line
50 50
51 str r2, [r0, #SDRAMC_TR] @ disable SDRAM access 51 str r2, [r0, #SDRAMC_TR] @ disable SDRAM access
52 str r3, [r0, #SDRAMC_LPR] @ power down SDRAM 52 str r3, [r0, #SDRAMC_LPR] @ power down SDRAM
53 str r4, [r1, #RSTC_CR] @ reset processor 53 str r4, [r1, #RSTC_CR] @ reset processor
54 54
55 b . 55 b .