43c4c12417
This commit fixes following issues in printf formatting - cast values of type off_t to long to remove warnings generated when compiling with Newlib and CONFIG_IMG_ERASE_PROGRESSIVELY is enabled - cast values of type off_t always to long and not u32_t - use 'z' modifier (as in "%zu") to print values of type size_t Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com> |
||
---|---|---|
.. | ||
boot | ||
img_util | ||
CMakeLists.txt | ||
Kconfig |