Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Måns Rullgård authored
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>
Måns Rullgård authoredThe 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>