u-boot-brain/arch/arm/cpu/arm926ejs
Måns Rullgård e86c953059 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>
2015-08-12 20:47:55 -04:00
..
armada100 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
lpc32xx nand: lpc32xx: add SLC NAND controller support 2015-08-12 20:47:33 -04:00
mx25 mx25: Fix boot hang by avoiding vector relocation 2015-01-08 13:50:17 -05:00
mx27 imx: fix exception vectors relocation in imx27 2014-11-20 10:13:54 +01:00
mxs imx28: Fix issue with GCC 5.x 2015-08-12 20:47:55 -04:00
omap Move CONFIG_DISPLAY_CPUINFO to Makefile 2014-02-19 11:10:05 -05:00
orion5x edminiv2: switch to SPL 2015-02-25 07:59:50 +01:00
spear Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig 2015-04-18 11:11:36 -06:00
cache.c ARM: cache: implement a default weak flush_cache() function 2015-08-12 20:47:48 -04:00
cpu.c arm, arm926ejs: make thumb mode compileable 2015-01-19 12:49:26 +01:00
Makefile ARM: remove dkb board support 2015-02-24 17:07:03 -05:00
start.S remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00