Re: [FDT][PATCH] Print out the total size as part of ftdump

2007-12-05 Thread Jon Loeliger
So, like, the other day Kumar Gala mumbled: > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > ftdump.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Applied. jdl ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlab

Re: [FDT][PATCH] Print out the total size as part of ftdump

2007-12-04 Thread Kumar Gala
On Dec 4, 2007, at 4:20 PM, David Gibson wrote: > On Tue, Dec 04, 2007 at 10:33:20AM -0600, Kumar Gala wrote: >> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > > You know, the whole batch of fprintf()s of header information in > dt_from_blob() are really just a debugging hack that uglifies dtc's

Re: [FDT][PATCH] Print out the total size as part of ftdump

2007-12-04 Thread David Gibson
On Tue, Dec 04, 2007 at 10:33:20AM -0600, Kumar Gala wrote: > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> You know, the whole batch of fprintf()s of header information in dt_from_blob() are really just a debugging hack that uglifies dtc's output. The whole lot could be moved over to ftdump inst

[FDT][PATCH] Print out the total size as part of ftdump

2007-12-04 Thread Kumar Gala
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- ftdump.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ftdump.c b/ftdump.c index 577c2cf..53343d7 100644 --- a/ftdump.c +++ b/ftdump.c @@ -87,6 +87,7 @@ static void dump_blob(void *blob) char *p_struct = blob + b