* [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99:
@ 2008-07-10 23:09 Marcel Ziswiler
2008-07-10 23:22 ` Marcel Ziswiler
2008-07-13 13:07 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: Marcel Ziswiler @ 2008-07-10 23:09 UTC (permalink / raw)
To: u-boot
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));
}
--
1.5.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99:
2008-07-10 23:09 [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99: Marcel Ziswiler
@ 2008-07-10 23:22 ` Marcel Ziswiler
2008-07-13 13:07 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Marcel Ziswiler @ 2008-07-10 23:22 UTC (permalink / raw)
To: u-boot
Sorry, don't know exactly why it did that utf-8 crap. Will repost ASAP.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99:
2008-07-10 23:09 [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99: Marcel Ziswiler
2008-07-10 23:22 ` Marcel Ziswiler
@ 2008-07-13 13:07 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2008-07-13 13:07 UTC (permalink / raw)
To: u-boot
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
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Ahead warp factor 1" - Captain Kirk
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-13 13:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-10 23:09 [U-Boot-Users] [PATCH] =?utf-8?q?Fix=20build=20time=20warnings=20in=20function=20=E2=80=98mmc=5Fdecode=5Fcsd=E2=80=99: Marcel Ziswiler
2008-07-10 23:22 ` Marcel Ziswiler
2008-07-13 13:07 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox