From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Fri, 24 Feb 2017 17:00:39 +0000 Subject: [U-Boot] [PATCH v3 4/8] armv8: Add workaround for USB erratum A-009007 References: <1486130978-24925-1-git-send-email-suresh.gupta@nxp.com> <1486130978-24925-5-git-send-email-suresh.gupta@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/23/2017 11:19 PM, Suresh Gupta wrote: > Hi York, > > It is not good idea to change the values of all macro at this time as the code tested on different platforms. I am not talking about any value change. You are using writew. Why not using out_be16 as you thought? York