diff options
| author | Måns Rullgård <[email protected]> | 2015-07-28 14:39:49 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-12 20:47:55 -0400 |
| commit | e86c95305912c77bacdae683a88edb20012cc271 (patch) | |
| tree | 90a5ab65d8aca86c6394615ba92eb3f8dbf96b49 /common/cmd_source.c | |
| parent | fe772ebd285b4c442a2406419c49a4c7e829d83a (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 <[email protected]>
Tested-by: Otavio Salvador <[email protected]>
[trini: Reword commit message]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'common/cmd_source.c')
0 files changed, 0 insertions, 0 deletions
