Skip to content

Commit

Permalink
arch/m68knommu: Removing dead RELOCATE config option
Browse files Browse the repository at this point in the history
CONFIG_RELOCATE doesn't exist in Kconfig, therefore removing
all references to it from the source.

Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Christian Dietrich authored and Greg Ungerer committed Oct 21, 2010
1 parent cb8a556 commit 7f19756
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions 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 7f19756

Please sign in to comment.