From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew McClintock Date: Mon, 30 Oct 2006 14:31:37 -0600 Subject: [U-Boot-Users] [PATCH] Add 'ftinfo' command for displaying a flattened device tree image In-Reply-To: <1162162451805-git-send-email-grant.likely@secretlab.ca> References: <11621624501057-git-send-email-grant.likely@secretlab.ca> <11621624503973-git-send-email-grant.likely@secretlab.ca> <1162162451844-git-send-email-grant.likely@secretlab.ca> <1162162451805-git-send-email-grant.likely@secretlab.ca> Message-ID: <1162240298.5467.9.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2006-10-29 at 15:54 -0700, Grant Likely wrote: > Note: I've added this command to ft_build.c instead of a seperate cmd_*.c > because it is such a small amount of code. > > Signed-off-by: Grant Likely Jerry Van Barren has a similar, yet slightly more robust "of" command implementation floating around that might be worth looking into. http://www.cideas.us/cgi-bin/gitweb.cgi?p=u-boot/u-boot-pq2fads.git;a=summary -Matthew