1 From 2beb3e5edd46ea1d87ac87dbb977dce423a1f124 Mon Sep 17 00:00:00 2001
2 From: Kurt Mahan <kmahan@freescale.com>
3 Date: Wed, 21 Nov 2007 14:56:19 -0700
4 Subject: [PATCH] Change elf entry point from _start to _stext.
6 Changing the symbol was required by CodeWarrior so it could
7 locate the entry point.
9 LTIBName: mcfv4e-elf-entry-stext
10 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
12 arch/m68k/coldfire/vmlinux-cf.lds | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
15 --- a/arch/m68k/coldfire/vmlinux-cf.lds
16 +++ b/arch/m68k/coldfire/vmlinux-cf.lds
19 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
23 jiffies = jiffies_64 + 4;