commit | 297abca63070adf65b45b174acd5d348f718e7c3 | [log] [tgz] |
---|---|---|
author | Måns Rullgård <mans@mansr.com> | Tue Jul 28 14:39:49 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:47:55 2015 -0400 |
tree | 90a5ab65d8aca86c6394615ba92eb3f8dbf96b49 | |
parent | 41f7ea81320a5cdedb8bc8bff525c0f2993f707a [diff] |
imx28: Fix issue with GCC 5.x 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>