From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 23 Apr 2015 16:24:40 -0700 Subject: [U-Boot] [PATCH v2 1/2] arm/ls102xa:Add support of conditional workaround implementation as per SoC ver In-Reply-To: <1426131104-43044-1-git-send-email-b18965@freescale.com> References: <1426131104-43044-1-git-send-email-b18965@freescale.com> Message-ID: <55397F38.8070002@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 On 03/11/2015 08:31 PM, Alison Wang wrote: > For LS102xA, some workarounds are only used in VER1.0, so silicon > version detection are added for QDS and TWR boards. > > Signed-off-by: Alison Wang > --- > Changes in v2: > - Modify the subject to describe accurately > - Change SOC_VER_1_0 and SOC_VER_2_0 to SOC_MAJOR_VER_1_0 and SOC_MAJOR_VER_2_0 > - Define a function instead of the piece of code which used in multiple places > Applied to fsl-qoriq master, awaiting upstream. York