u-boot/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 mx6sx: Add initial support for mx6sxsabresd board 2014-07-10 15:29:16 +02:00
imximage.cfg mx6sxsabresd: Update DDR initialization 2014-08-20 12:41:41 +02:00
mx6sxsabresd.c mx6sxsabresd: Use 'int' for return values 2015-07-26 12:12:04 +02:00