From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akshay Bhat Date: Fri, 29 Jul 2016 11:07:07 -0400 Subject: [U-Boot] [PATCH v2] arm: imx: Add support for Advantech DMS-BA16 board In-Reply-To: References: <1469111370-5019-1-git-send-email-akshay.bhat@timesys.com> <6af95dcc-9425-e760-ec44-a91954f54e08@denx.de> Message-ID: <579B711B.1090004@timesys.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 07/28/2016 07:53 AM, Stefano Babic wrote: > Hi Akshay, > > > On 28/07/2016 12:12, Stefano Babic wrote: >> Hi Akshay, >> >> this looks good to me. I apply it, and I let you think about an upgrade >> to SPL for this board. >> > > The patch breaks most of i.MX6 boards because it redefines IMX_CONFIG. > In fact: > Thanks for finding this, fixed it in v3 Patch. The dms-ba16 Kconfig was missing a target check. Once the target check was added, other boards built correctly.