From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 20 Apr 2007 13:29:23 -0500 Subject: [U-Boot-Users] fdt_chosen() Message-ID: <46290683.4010206@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jerry, I noticed that fdt_chosen() is called with force=0. Does that mean that if the DTB has a chosen node in it already, that it won't be overwritten? If so, I think that's wrong, because some DTBs have a bogus chosen section in them that has, in the past, always been overwritten by U-Boot. If the chosen node already exists, then it means that it was present in the DTS when it was compiled, and that means the DTS is probably old and the chosen node has bad data in it. -- Timur Tabi Linux Kernel Developer @ Freescale