From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Thu, 17 May 2007 13:32:10 +0200 Subject: [U-Boot-Users] fdt_find_compatible_node() and friends In-Reply-To: <464C30A8.3000002@gmail.com> References: <4639F61F.2050506@grandegger.com> <4639FC57.8080403@smiths-aerospace.com> <463C80BB.5080305@grandegger.com> <464C30A8.3000002@gmail.com> Message-ID: <464C3D3A.5020409@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 Hi Jerry, Jerry Van Baren wrote: [...] > Hi Wolfgang G, > > I've applied your patches to my local (working) repository and will push > the changes tonight (my tonight, your tomorrow ;-). I created a > subroutine out of three snippets of code in cmd_fdt.c which your > fdt_find_node_by_path() change fixed up so I had to fix one line in the > new subroutine by hand. Not bad at all considering the changes I made > in that file. Thanks. In the meantime I observed, that fdt_find_node_by_path(fdt, 0, "/"); returns an error. Is that by purpose? > Your patches have a From: line rather than a Signed-off-by: line, I > presume it is OK (and desirable) for me to change it into a > Signed-off-by: line (I'll add my own Acked-by: line). That's fine, of course. Wolfgang.