[U-Boot] [PATCH v4 2/4] u-boot.elf: allow overriding entry symbol

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Apr 30 18:41:26 UTC 2017



Am 20.04.2017 um 20:36 schrieb Álvaro Fernández Rojas:
> LD gives the following warning when trying to process u-boot-elf.o
> warning: cannot find entry symbol __start; defaulting to 0000000080010000
> According to gnu-libc the entry symbol for mips is __start and not _start:
> https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/mips/dl-machine.h;h=ed47513ccc1d23d23d32ee640053d2f351f3990b;hb=HEAD#l258
> 
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
>  v4: Introduce changes suggested by Tom Rini:
>   - __start is the standard for MIPS, not ARM.
>  v3: Introduce changes suggested by Daniel Schwierzeck:
>   - Split patches.
>  v2: Introduce changes suggested by Daniel Schwierzeck:
>   - Fix _start vs __start symbol.
> 
>  Makefile | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 

applied to u-boot-mips/next, thanks!

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170430/38280809/attachment.sig>


More information about the U-Boot mailing list