From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 15 Feb 2008 16:44:43 -0500 Subject: [U-Boot-Users] [PATCH] Add sub-commands to fdt In-Reply-To: References: Message-ID: <47B607CB.50100@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > fdt header - Display header info > fdt bootcpu - Set boot cpuid > fdt memory - Add/Update memory node > fdt memrsv print - Show current mem reserves > fdt memrsv add - Add a mem reserve > fdt memrsv delete - Delete a mem reserves > > Signed-off-by: Kumar Gala Hi Kumar, I was thinking about this a bit more. How about if we change the "memrsv" subcommand to "rsvmem" then we can abbreviate the commands more: fdt mo[ve] fdt me[mory] fdt rm <- would no longer be distinctive on 'r', NBD fdt rs[vmem] and save ourselves some typing. What do you think? gvb