Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216031
b: refs/heads/master
c: 7f19756
h: refs/heads/master
i:
  216029: 7e9b71f
  216027: 405198d
  216023: fed0565
  216015: 478043e
  215999: 6240b94
v: v3
  • Loading branch information
Christian Dietrich authored and Greg Ungerer committed Oct 21, 2010
1 parent 399b0de commit 8973504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 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: cb8a5565cbab5d03501bb0c05dda05078a7295fd
refs/heads/master: 7f19756325e4b30ed608bd358a4f0561308c9b6b
27 changes: 0 additions & 27 deletions trunk/arch/m68knommu/platform/68328/head-ram.S
Original file line number Diff line number Diff line change
Expand Up @@ -67,33 +67,6 @@ pclp1:
beq pclp1
#endif /* DEBUG */

#ifdef CONFIG_RELOCATE
/* Copy me to RAM */
moveal #__rom_start, %a0
moveal #_stext, %a1
moveal #_edata, %a2

/* Copy %a0 to %a1 until %a1 == %a2 */
LD1:
movel %a0@+, %d0
movel %d0, %a1@+
cmpal %a1, %a2
bhi LD1

#ifdef DEBUG
moveq #74, %d7 /* 'J' */
moveb %d7,0xfffff907 /* No absolute addresses */
pclp2:
movew 0xfffff906, %d7
andw #0x2000, %d7
beq pclp2
#endif /* DEBUG */
/* jump into the RAM copy */
jmp ram_jump
ram_jump:

#endif /* CONFIG_RELOCATE */

#ifdef DEBUG
moveq #82, %d7 /* 'R' */
moveb %d7,0xfffff907 /* No absolute addresses */
Expand Down

0 comments on commit 8973504

Please sign in to comment.