diff options
author | Måns Rullgård <mans@mansr.com> | 2015-07-28 14:39:49 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:55 -0400 |
commit | e86c95305912c77bacdae683a88edb20012cc271 (patch) | |
tree | 90a5ab65d8aca86c6394615ba92eb3f8dbf96b49 /common/cmd_gettime.c | |
parent | fe772ebd285b4c442a2406419c49a4c7e829d83a (diff) | |
download | blackbird-obmc-uboot-e86c95305912c77bacdae683a88edb20012cc271.tar.gz blackbird-obmc-uboot-e86c95305912c77bacdae683a88edb20012cc271.zip |
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>
Diffstat (limited to 'common/cmd_gettime.c')
0 files changed, 0 insertions, 0 deletions