[U-Boot] [PATCH] powerpc/ppc4xx: add ENTRY() to linker script

2011-03-24 Thread jozsef imrek
Add ENTRY() command to the linker script so that entry point is correctly marked in the final ELF file. Signed-off-by: jozsef imrek --- arch/powerpc/cpu/ppc4xx/u-boot.lds |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/cpu/ppc4xx/u-boot.lds b/arch/powerpc/

Re: [U-Boot] [PATCH] powerpc/ppc4xx: add ENTRY() to linker script

2011-04-04 Thread Stefan Roese
Hi Jozsef, On Friday 25 March 2011 00:54:18 jozsef imrek wrote: > > > Add ENTRY() command to the linker script so that entry point is > > > correctly marked in the final ELF file. > > > > Which exact problem are you trying to fix? > > i'm sorry, i probably should have been more verbose in the >

Re: [U-Boot] [PATCH] powerpc/ppc4xx: add ENTRY() to linker script

2011-03-24 Thread Wolfgang Denk
Dear jozsef imrek, In message <1301002747-8943-1-git-send-email-ma...@imrek.org> you wrote: > Add ENTRY() command to the linker script so that entry point is > correctly marked in the final ELF file. Which exact problem are you trying to fix? Best regards, Wolfgang Denk -- DENX Software Engi

Re: [U-Boot] [PATCH] powerpc/ppc4xx: add ENTRY() to linker script

2011-03-24 Thread jozsef imrek
dear wolfgang, On Fri, 25 Mar 2011, Wolfgang Denk wrote: > > Add ENTRY() command to the linker script so that entry point is > > correctly marked in the final ELF file. > > Which exact problem are you trying to fix? i'm sorry, i probably should have been more verbose in the changelog.