From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 10 Dec 2009 11:15:52 -0500 Subject: [U-Boot] [PATCH 1/5] fdt: add fdt_del_node_by_path() API In-Reply-To: <289CBD28-66B0-4CBA-A010-22D661F4DAD6@kernel.crashing.org> References: <1260430885-7389-1-git-send-email-leoli@freescale.com> <289CBD28-66B0-4CBA-A010-22D661F4DAD6@kernel.crashing.org> Message-ID: <4B211EB8.5070004@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: > On Dec 10, 2009, at 1:41 AM, Li Yang wrote: > >> For removing node easily by path or alias. >> >> Signed-off-by: Li Yang >> --- >> common/fdt_support.c | 10 ++++++++++ >> include/fdt_support.h | 1 + >> 2 files changed, 11 insertions(+), 0 deletions(-) > > Jerry, > > If you can ack this I'll handling pulling this in via the 85xx tree. > > - k Acked-by: Gerald Van Baren Thanks, gvb