Commit 64e6503c authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] use _etext in 68VZ328 de2 target start code

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.
parent 94a5d496
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment