From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 07 Mar 2013 12:19:36 -0700 Subject: [U-Boot] [PATCH 3/3] ARM: mx6: use common CPU errata config options In-Reply-To: <5138CD3C.1080503@denx.de> References: <1361917709-11536-1-git-send-email-swarren@wwwdotorg.org> <1361917709-11536-3-git-send-email-swarren@wwwdotorg.org> <5138CD3C.1080503@denx.de> Message-ID: <5138E848.30706@wwwdotorg.org> 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/07/2013 10:24 AM, Stefano Babic wrote: > On 26/02/2013 23:28, Stephen Warren wrote: >> From: Stephen Warren >> >> Now that U-Boot has common CONFIG_ options to work around some ARM CPU >> errata, enable the relevant options on MX6, and remove the custom >> lowlevel_init.S, since it's just duplicated code now. >> >> Signed-off-by: Stephen Warren >> --- > > Hi Stephen, > > applied to u-boot-imx. It is not effective until Alber apply 1/3, but it > does not hurt. If you do that, then won't the imx6-specific WAR code be removed before the generic implementation is added, so that there will be a period where the WAR won't be enabled? I suppose if you send your pull request after Albert has merged the generic implementation there won't be an issue in u-boot-arm, but until u-boot-imx picks up the latest u-boot-arm, the issue will exist there.