summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-05-24 11:18:32 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-24 11:18:32 +0200
commitedefeca62d71b0a0ea5fa8ddf0d30018e03cf701 (patch)
treeb03e3e5ccc7a5a847f0c6a61eaf9b728e1b3a6ad /arch
parent7088aa9d3750b81d33bb57c99969d5f5eedb7802 (diff)
downloadbarebox-edefeca62d71b0a0ea5fa8ddf0d30018e03cf701.tar.gz
barebox-edefeca62d71b0a0ea5fa8ddf0d30018e03cf701.tar.xz
ppc 85xx: Fix whitespaces
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc/cpu-85xx/start.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ppc/cpu-85xx/start.S b/arch/ppc/cpu-85xx/start.S
index fd9051b4fe..b4a4a9b3de 100644
--- a/arch/ppc/cpu-85xx/start.S
+++ b/arch/ppc/cpu-85xx/start.S
@@ -872,9 +872,9 @@ calc_source:
mtspr IVPR,r10
/*
- * We are done. Do not return, instead branch to second part of board
- * initialization, now running from RAM.
- */
+ * We are done. Do not return, instead branch to second part of board
+ * initialization, now running from RAM.
+ */
addi r0,r10,in_ram - _start + _START_OFFSET
mtlr r0