From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Wed, 24 Oct 2007 18:21:23 +0200 Subject: [U-Boot-Users] [RFC libfdt update][PATCH 1/2] Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt In-Reply-To: References: Message-ID: <471F7103.8090205@grandegger.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: > Removed: > fdt_node_is_compatible > fdt_find_node_by_type > fdt_find_compatible_node > > To ease merge of newer libfdt as we aren't using them anywhere at this time. I use them for development (new projects). When can we expect the new libfdt to be available in U-Boot? Wolfgang.