mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-23 03:33:25 +08:00
e86c953059
The semantics for non-static functions declared inline have changed in gcc5, causing the empty functions not to be emitted as an external symbol. Since lowlevel_init() is only referenced from start.S, it should not be declared inline at all. Reported-by: Otavio Salvador <otavio@ossystems.com.br> Tested-by: Otavio Salvador <otavio@ossystems.com.br> [trini: Reword commit message] Signed-off-by: Tom Rini <trini@konsulko.com> |
||
---|---|---|
.. | ||
armada100 | ||
lpc32xx | ||
mx25 | ||
mx27 | ||
mxs | ||
omap | ||
orion5x | ||
spear | ||
cache.c | ||
cpu.c | ||
Makefile | ||
start.S |