]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] use _etext in 68VZ328 de2 target start code
authorGreg Ungerer <gerg@snapgear.com>
Mon, 13 Jan 2003 12:22:48 +0000 (04:22 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 13 Jan 2003 12:22:48 +0000 (04:22 -0800)
This patch switches to using the _etext linker symbol instead of
__data_rom_start for the ce2 68VZ328 platform. I intend to
deprecate the __data_rom_start linker symbol in the future.

arch/m68knommu/platform/68VZ328/de2/crt0_fixed.S

index 8e48989e06405ba5c73ed7e84559b39f7c4cd420..cf624af2214355e53d52a30dcf10efdc8655c8c4 100644 (file)
@@ -86,7 +86,7 @@ ram_jump:
 
 #ifndef CONFIG_RAMKERNEL
        /* Copy data segment from ROM to RAM */
-       moveal  #__data_rom_start, %a0
+       moveal  #_etext, %a0
        moveal  #_sdata, %a1
        moveal  #_edata, %a2