[U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99:

Signed-off-by: Marcel Ziswiler marcel@ziswiler.com --- cpu/pxa/mmc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu/pxa/mmc.c b/cpu/pxa/mmc.c index 4495a80..8c529a3 100644 --- a/cpu/pxa/mmc.c +++ b/cpu/pxa/mmc.c @@ -535,7 +535,7 @@ static void mmc_decode_csd(uint32_t * resp) mmc_dev.removable = 0; mmc_dev.block_read = mmc_bread;
- printf("Detected: %u blocks of %u bytes (%uMB) ", mmc_dev.lba, + printf("Detected: %lu blocks of %lu bytes (%luMB) ", (unsigned long)mmc_dev.lba, mmc_dev.blksz, mmc_dev.lba * mmc_dev.blksz / (1024 * 1024)); }

Sorry, don't know exactly why it did that utf-8 crap. Will repost ASAP.

In message 1215731399-4414-1-git-send-email-marcel@ziswiler.com you wrote:
Signed-off-by: Marcel Ziswiler marcel@ziswiler.com
cpu/pxa/mmc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Marcel Ziswiler
-
Wolfgang Denk