Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127011
b: refs/heads/master
c: 9f20cf2
h: refs/heads/master
i:
  127009: 499091a
  127007: 1430dd0
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent dd24af5 commit 3e3a515
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2414bd0b19e22632835cbd2686cf4103038cf3a
refs/heads/master: 9f20cf2527fdbd5ee942ac87acff253d391b162f
12 changes: 0 additions & 12 deletions trunk/arch/blackfin/mach-common/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -244,18 +244,6 @@ ENTRY(_real_start)
r2.h = ___bss_stop;
call __init_clear_bss

/* In case there is a NULL pointer reference,
* zero out region before stext
*/
p1 = r0;
r2.l = __stext;
r2.h = __stext;
r2 >>= 2;
p2 = r2;
lsetup (.L_clear_zero, .L_clear_zero) lc0 = p2;
.L_clear_zero:
[p1++] = r0;

/* Pass the u-boot arguments to the global value command line */
R0 = R7;
call _cmdline_init;
Expand Down

0 comments on commit 3e3a515

Please sign in to comment.