summaryrefslogtreecommitdiff
path: root/cpu/bf533/flush.S
diff options
context:
space:
mode:
authorAubrey Li <aubrey.adi@gmail.com>2007-03-12 12:11:55 +0800
committerAubrey Li <aubrey.adi@gmail.com>2007-03-12 12:11:55 +0800
commit0d93de11449390a5984b0236c3612e50f6dbb7e8 (patch)
tree2a18b53c26f2fd52427bc8d592a59d741848b646 /cpu/bf533/flush.S
parentbfa5754a58477ac917d21527cd0f079d87cf188e (diff)
downloadu-boot-imx-0d93de11449390a5984b0236c3612e50f6dbb7e8.zip
u-boot-imx-0d93de11449390a5984b0236c3612e50f6dbb7e8.tar.gz
u-boot-imx-0d93de11449390a5984b0236c3612e50f6dbb7e8.tar.bz2
[Blackfin][PATCH] minor cleanup
Diffstat (limited to 'cpu/bf533/flush.S')
-rw-r--r--cpu/bf533/flush.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/bf533/flush.S b/cpu/bf533/flush.S
index 4a6c64b..0512f3b 100644
--- a/cpu/bf533/flush.S
+++ b/cpu/bf533/flush.S
@@ -90,7 +90,7 @@ ENTRY(_icplb_flush)
/* Save in extraction pattern for later deposit. */
R3.H = R4.L << 0;
-
+
/* So:
* R0 = Page start
* R1 = Page length (actually, offset into size/prefix tables)
@@ -264,7 +264,7 @@ ENTRY(_dcplb_flush)
* (b) on whether address bit A[x] is set. x is determined
* by DCBS in DMEM_CONTROL
*/
-
+
R2 = 0; /* Default to Bank A (Bank B would be 1)*/
P0.L = (DMEM_CONTROL & 0xFFFF);