From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id D863BDDEC7 for ; Wed, 5 Dec 2007 10:39:05 +1100 (EST) Message-Id: From: Kumar Gala To: David Gibson In-Reply-To: <20071204222047.GA5771@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: [FDT][PATCH] Print out the total size as part of ftdump Date: Tue, 4 Dec 2007 17:38:50 -0600 References: <20071204222047.GA5771@localhost.localdomain> Cc: linuxppc-dev@ozlabs.org, Jon Loeliger List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 > > 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 instead, which > is, after all, *supposed* to be a debugging hack. Yeah, I realized having a way to dump just the header info was nice. - k