mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] bootm: Fix resource_size_t format specifier
@ 2016-02-11 10:25 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2016-02-11 10:25 UTC (permalink / raw)
  To: Barebox List

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 common/bootm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/bootm.c b/common/bootm.c
index 79833e0..2306783 100644
--- a/common/bootm.c
+++ b/common/bootm.c
@@ -247,8 +247,8 @@ done:
 	printf("\n");
 done1:
 	printf("initrd is at %pa-%pa\n",
-		data->initrd_res->start,
-		data->initrd_res->end);
+		&data->initrd_res->start,
+		&data->initrd_res->end);
 
 	return 0;
 }
-- 
2.7.0.rc3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-11 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-11 10:25 [PATCH] bootm: Fix resource_size_t format specifier Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox