u-boot-brain/board/freescale/m5253demo
Tom Rini b411f2af49 m5253demo: Fix static variable in non-static inline function warning
The function 'spin_wheel' is declared as inline, but not static and thus
we see warnings that 'w' and 'p' are declared static in a non-static
inline function.  Correct this by marking spin_wheel as static inline.

Cc: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-05-12 08:37:33 -04:00
..
flash.c m5253demo: Fix static variable in non-static inline function warning 2017-05-12 08:37:33 -04:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
m5253demo.c board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
MAINTAINERS Add board MAINTAINERS files 2014-07-30 08:48:06 -04:00
Makefile m68k: convert makefiles to Kbuild style 2013-11-01 11:42:12 -04:00