uboot/board/freescale/mx6sxsabresd
Fabio Estevam 42acd1874f mx6sxsabresd: Use 'int' for return values
The variable 'ret' is used to store the value returned by pfuze_mode_init(),
so it should be of type 'int' instead of 'unsigned int' in order to
correctly handle negative numbers.

Fix the variable type.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2015-07-26 12:12:04 +02:00
..
Kconfig kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
MAINTAINERS imx:mx6sxsabresd board spl support 2015-01-22 09:56:06 +01:00
Makefile
imximage.cfg
mx6sxsabresd.c mx6sxsabresd: Use 'int' for return values 2015-07-26 12:12:04 +02:00