From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 24 Apr 2007 14:03:46 -0500 Subject: [U-Boot-Users] fdt addr should copy fdt out of flash Message-ID: <462E5492.2010404@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 don't know which email address of yours to use, so I'm sending this to all of them, because I frequently don't get replies to my emails to you. I noticed in the code for 'fdt addr' that you don't mempcy the fdt into RAM if the address is in flash. This means that commands like 'fdt set' won't work. In these cases, I think the 'fdt addr' should automatically copy the fdt into RAM. I believe that the original code did this already, so the current behavior is technically a regression. -- Timur Tabi Linux Kernel Developer @ Freescale