From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Mon, 31 Mar 2014 11:30:59 -0700 Subject: [U-Boot] [PATCH 1/1] imx-common: cpu: add fdt_file environment variable In-Reply-To: <201403301652.36385.marex@denx.de> References: <1396132481-9446-1-git-send-email-troy.kisky@boundarydevices.com> <201403301652.36385.marex@denx.de> Message-ID: <5339B463.2040501@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 3/30/2014 7:52 AM, Marek Vasut wrote: > On Sunday, March 30, 2014 at 12:04:31 AM, Otavio Salvador wrote: >> On Sat, Mar 29, 2014 at 7:34 PM, Troy Kisky >> >> wrote: >>> This removes one block in the move toward 1 u-boot >>> for both a mx6q (quad) and mx6dl (duallite) processor. >>> >>> Now fdt_file hardcoded value can be removed. >>> >>> Signed-off-by: Troy Kisky >> >> Nice! I do think it is in the right direction. I will give it a try soon... > > Full NAK on this patch, I completely agree with Eric that this approach is > totally wrong. This adds stuff which should be pulled from DT into common code, > this is just NAK. > > Best regards, > Marek Vasut > I am not sure what you are suggesting. Don't you have an chicken and egg problem? Troy