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

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

index 9643c9fa7010b457a9b5767dac95bf450f3805d9..2b448a297011f43ed1a26924fe22e6ef0eecb9b9 100644 (file)
@@ -54,7 +54,7 @@ _stext:       movew   #0x2700,%sr
        bne     1b
 
        /* Copy data segment from ROM to RAM */
-       moveal  #__data_rom_start, %a0
+       moveal  #_etext, %a0
        moveal  #_sdata, %a1
        moveal  #_edata, %a2