summaryrefslogtreecommitdiff
path: root/cpu/bf533/start.S
diff options
context:
space:
mode:
authorAubrey Li <aubrey.adi@gmail.com>2007-03-10 15:49:29 (GMT)
committerAubrey Li <aubrey.adi@gmail.com>2007-03-10 15:49:29 (GMT)
commit8db13d63157811c839d15a313d9f2d2f5fd10af3 (patch)
treee8f94f4059122b3218cffe1d3bbe577aea6cb6d9 /cpu/bf533/start.S
parentef26a08fef928b7bc11ae2c109e638dc3a016d91 (diff)
downloadu-boot-8db13d63157811c839d15a313d9f2d2f5fd10af3.tar.xz
[Blackfin][PATCH] code cleanup
Diffstat (limited to 'cpu/bf533/start.S')
-rw-r--r--cpu/bf533/start.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpu/bf533/start.S b/cpu/bf533/start.S
index 8e2d725..3a31e2f 100644
--- a/cpu/bf533/start.S
+++ b/cpu/bf533/start.S
@@ -32,7 +32,7 @@
/*
* Note: A change in this file subsequently requires a change in
- * board/$(board_name)/config.mk for a valid u-boot.bin
+ * board/$(board_name)/config.mk for a valid u-boot.bin
*/
#define ASSEMBLY
@@ -152,10 +152,10 @@ no_soft_reset:
[ p0 ++ ] = r1;
p0.h = hi(SIC_IWR);
- p0.l = lo(SIC_IWR);
- r0.l = 0x1;
- w[p0] = r0.l;
- SSYNC;
+ p0.l = lo(SIC_IWR);
+ r0.l = 0x1;
+ w[p0] = r0.l;
+ SSYNC;
sp.l = (0xffb01000 & 0xFFFF);
sp.h = (0xffb01000 >> 16);