From 89735040145e6b6b1f70c2a59a87f0892b62fd2d Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Wed, 4 Aug 2010 14:42:08 +0200 Subject: [PATCH] --- yaml --- r: 216031 b: refs/heads/master c: 7f19756325e4b30ed608bd358a4f0561308c9b6b h: refs/heads/master i: 216029: 7e9b71f99c902f2ba781b88a77d66c6866a43bc7 216027: 405198d7e84f76549c7c618ff87dc9af16a1e4ad 216023: fed05653ff1c9dd366181eac7964ffa311de47f0 216015: 478043e8965eaa03b24ecdaa4974b5c9adaa79a6 215999: 6240b943ee829301c7da2da18c9b78faa08abde4 v: v3 --- [refs] | 2 +- .../arch/m68knommu/platform/68328/head-ram.S | 27 ------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/[refs] b/[refs] index 63dca5134dda..09201bb0b80c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb8a5565cbab5d03501bb0c05dda05078a7295fd +refs/heads/master: 7f19756325e4b30ed608bd358a4f0561308c9b6b diff --git a/trunk/arch/m68knommu/platform/68328/head-ram.S b/trunk/arch/m68knommu/platform/68328/head-ram.S index 252b80b02038..7f1aeeacb219 100644 --- a/trunk/arch/m68knommu/platform/68328/head-ram.S +++ b/trunk/arch/m68knommu/platform/68328/head-ram.S @@ -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 */