
23 Sep
2021
23 Sep
'21
4:09 a.m.
On Fri, Sep 17, 2021 at 12:10:19PM -0400, Tom Rini wrote:
Currently, there is no ENTRY() entry in the m68k linker script. However, since they currently contain a version_string symbol, which then overrides the default weak version_string symbol, the linker decides we must keep start.o in the resulting link. Add an ENTRY() line so that the linker will know to keep this, even when version_string is no longer provided in start.S
Cc: Huan Wang alison.wang@nxp.com Cc: Angelo Dureghello angelo@sysam.it Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/next, thanks!
--
Tom