summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2014-01-15 11:47:44 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-16 14:00:31 +0100
commitd711f9cfd80f6ec8c8ba6e78bde294047e627af4 (patch)
treeffc545b228bbe0c3d94421f1301efdb4e1befc86 /arch
parentb79f78997d142bf27716be637799acc8e0040ca2 (diff)
downloadbarebox-d711f9cfd80f6ec8c8ba6e78bde294047e627af4.tar.gz
barebox-d711f9cfd80f6ec8c8ba6e78bde294047e627af4.tar.xz
cpu-85xx: start.S: clean up imported code
Correct double spaces, indentation and vocabulary in the imported start-up code. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc/cpu-85xx/start.S22
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/ppc/cpu-85xx/start.S b/arch/ppc/cpu-85xx/start.S
index d32cb62c62..0402cf0ed7 100644
--- a/arch/ppc/cpu-85xx/start.S
+++ b/arch/ppc/cpu-85xx/start.S
@@ -180,9 +180,9 @@ _start_e500:
/*
* Search for the TLB that covers the code we're executing, and shrink it
- * so that it covers only this 4K page. That will ensure that any other
- * TLB we create won't interfere with it. We assume that the TLB exists,
- * which is why we don't check the Valid bit of MAS1. We also assume
+ * so that it covers only this 4K page. That will ensure that any other
+ * TLB we create won't interfere with it. We assume that the TLB exists,
+ * which is why we don't check the Valid bit of MAS1. We also assume
* it is in TLB1.
*
* This is necessary, for example, when booting from the on-chip ROM,
@@ -209,7 +209,7 @@ nexti: mflr r1 /* R1 = our PC */
/*
* Set the base address of the TLB to our PC. We assume that
- * virtual == physical. We also assume that MAS2_EPN == MAS3_RPN.
+ * virtual == physical. We also assume that MAS2_EPN == MAS3_RPN.
*/
lis r3, MAS2_EPN@h
ori r3, r3, MAS2_EPN@l /* R3 = MAS2_EPN */
@@ -230,10 +230,10 @@ nexti: mflr r1 /* R1 = our PC */
msync
tlbwe
-/*
- * Clear out any other TLB entries that may exist, to avoid conflicts.
- * Our TLB entry is in r14.
- */
+ /*
+ * Clear out any other TLB entries that may exist, to avoid conflicts.
+ * Our TLB entry is in r14.
+ */
li r0, TLBIVAX_ALL | TLBIVAX_TLB0
tlbivax 0, r0
tlbsync
@@ -268,7 +268,7 @@ nexti: mflr r1 /* R1 = our PC */
* in AS1.
*
* TLB entry is created for IVPR + IVOR15 to map on valid OP code address
- * bacause flash's virtual address maps to 0xff800000 - 0xffffffff.
+ * because flash's virtual address maps to 0xff800000 - 0xffffffff.
* and this window is outside of 4K boot window.
*/
create_tlb1_entry PPC_E500_DEBUG_TLB, \
@@ -316,8 +316,8 @@ nexti: mflr r1 /* R1 = our PC */
beq 2b
create_init_ram_area:
- lis r6,FSL_BOOKE_MAS0(1, 15, 0)@h
- ori r6,r6,FSL_BOOKE_MAS0(1, 15, 0)@l
+ lis r6,FSL_BOOKE_MAS0(1, 15, 0)@h
+ ori r6,r6,FSL_BOOKE_MAS0(1, 15, 0)@l
/* create a temp mapping in AS=1 to the 4M boot window */
create_tlb1_entry 15, \