From: Alexander Graf Date: Fri, 11 Apr 2014 15:09:44 +0000 (+0200) Subject: PPC 85xx: Add ELF entry point X-Git-Tag: v2014.07-rc1~15^2~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd96ea4dd9a22ee380f1c59939a42744aa196ad0;p=oweals%2Fu-boot.git PPC 85xx: Add ELF entry point We want to be able to directly execute the ELF binary without going through the u-boot.bin one. To know where we have to start executing this ELF binary we have to tell the linker where our entry point is. Signed-off-by: Alexander Graf Acked-by: Scott Wood Reviewed-by: York Sun --- diff --git a/arch/powerpc/cpu/mpc85xx/u-boot.lds b/arch/powerpc/cpu/mpc85xx/u-boot.lds index 2af4c80f60..b34d2125f7 100644 --- a/arch/powerpc/cpu/mpc85xx/u-boot.lds +++ b/arch/powerpc/cpu/mpc85xx/u-boot.lds @@ -13,6 +13,7 @@ #endif OUTPUT_ARCH(powerpc) +ENTRY(_start_e500) PHDRS {