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.

[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