diff options
author | Vadzim Dambrouski <pftbest@gmail.com> | 2015-10-19 19:40:15 +0300 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-11-10 09:45:36 +0100 |
commit | 7bdf75ca5cf253276e3cfcf5af8da9029e50790f (patch) | |
tree | 2e8233f5b04ae5945c02eef9c528ceff859d55cf /drivers | |
parent | 432a6241bdb70b98ead8f58bbf717d3f7fe699a8 (diff) | |
download | u-boot-imx-7bdf75ca5cf253276e3cfcf5af8da9029e50790f.zip u-boot-imx-7bdf75ca5cf253276e3cfcf5af8da9029e50790f.tar.gz u-boot-imx-7bdf75ca5cf253276e3cfcf5af8da9029e50790f.tar.bz2 |
arm: fix compile warnings when semihosting is enabled on ARMv7M target.
This patch fixes compile warnings like this:
warning: format '%lu' expects argument of type 'long unsigned int',
but argument 5 has type 'size_t'
In C99 standard you can use %zu modifier to print size_t values.
Signed-off-by: Vadzim Dambrouski <pftbest@gmail.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions