public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] bdinfo not showing correct info about memory size
@ 2008-07-30 10:42 Ricardo Ribalda Delgado
  2008-07-30 11:04 ` Wolfgang Denk
  0 siblings, 1 reply; 13+ messages in thread
From: Ricardo Ribalda Delgado @ 2008-07-30 10:42 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
---
 common/cmd_bdinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c
index caa467d..583bbc2 100644
--- a/common/cmd_bdinfo.c
+++ b/common/cmd_bdinfo.c
@@ -48,7 +48,7 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 	print_num ("bd address",    (ulong)bd		);
 #endif
 	print_num ("memstart",	    bd->bi_memstart	);
-	print_lnum ("memsize", 	    bd->bi_memsize	);
+	print_num ("memsize", 	    bd->bi_memsize	);
 	print_num ("flashstart",    bd->bi_flashstart	);
 	print_num ("flashsize",	    bd->bi_flashsize	);
 	print_num ("flashoffset",   bd->bi_flashoffset	);
-- 
1.5.6.3

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-09-01 19:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30 10:42 [U-Boot-Users] [PATCH] bdinfo not showing correct info about memory size Ricardo Ribalda Delgado
2008-07-30 11:04 ` Wolfgang Denk
2008-07-30 11:10   ` Ricardo Ribalda Delgado
2008-07-30 11:21     ` Wolfgang Denk
2008-07-30 11:34       ` Ricardo Ribalda Delgado
2008-07-30 11:54         ` Wolfgang Denk
2008-07-30 12:08           ` Stefan Roese
2008-07-30 11:54         ` Stefan Roese
2008-07-30 12:09           ` Wolfgang Denk
2008-07-30 12:13             ` Stefan Roese
2008-07-30 12:27               ` [U-Boot-Users] [PATCH] bdinfo not showing correct info aboutmemory size Ricardo
2008-07-31  9:11               ` [U-Boot-Users] [PATCH] bdinfo not showing correct info about memory size Wolfgang Denk
     [not found]           ` <aa76a2be0809011227t642d7460h9178efef2f1443d6@mail.gmail.com>
2008-09-01 19:28             ` [U-Boot] Fwd: " Ricardo Ribalda Delgado

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