From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:21:12 -0700 Subject: [U-Boot] [PATCH] SECURE_BOOT: Correct reading of ITS bit In-Reply-To: <1444667750-4309-1-git-send-email-aneesh.bansal@freescale.com> References: <1444667750-4309-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <563398F8.40707@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 10/12/2015 09:35 AM, Aneesh Bansal wrote: > The ITS bit was being read incorrectly beacause of operator > precedence. The same ahs been corrected. > > Signed-off-by: Lawish Deshmukh > Signed-off-by: Aneesh Bansal > --- Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York