1
0
Fork 0
remarkable-uboot/common/spl
Vasili Galka 5d69a5d178 Fix a few printf argument verification warnings
The parameters of size_t type shall be formatted using "%zu" and not
using "%d".

Precision argument for the "%.*s" parameters shall be of int type.

Signed-off-by: Vasili Galka <vvv444@gmail.com>
2014-09-15 13:32:55 -04:00
..
Makefile common: spl: Add spl sata boot support 2014-02-19 10:47:43 -05:00
spl.c Fix a few printf argument verification warnings 2014-09-15 13:32:55 -04:00
spl_fat.c spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot 2014-04-17 14:39:54 -04:00
spl_mmc.c SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK 2014-02-07 18:17:48 +02:00
spl_nand.c spl: nand: read only in the size of image_header on the first access 2014-07-22 07:44:25 -04:00
spl_net.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spl_nor.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spl_onenand.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
spl_sata.c common: spl: Add spl sata boot support 2014-02-19 10:47:43 -05:00
spl_usb.c spl: common: Support for USB MSD FAT image loading 2014-01-24 16:59:22 -05:00
spl_ymodem.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00