| 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> | ||
|---|---|---|
| .. | ||
| Makefile | ||
| clock.c | ||
| iomux.c | ||
| mxs.c | ||
| mxs_init.h | ||
| mxsimage-signed.cfg | ||
| mxsimage.mx23.cfg | ||
| mxsimage.mx28.cfg | ||
| spl_boot.c | ||
| spl_lradc_init.c | ||
| spl_mem_init.c | ||
| spl_power_init.c | ||
| start.S | ||
| timer.c | ||
| u-boot-imx23.bd | ||
| u-boot-imx28.bd | ||
| u-boot-spl.lds | ||