Re: [U-Boot] [PATCH] SECURE_BOOT: Correct reading of ITS bit

2015-10-30 Thread York Sun
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

[U-Boot] [PATCH] SECURE_BOOT: Correct reading of ITS bit

2015-10-12 Thread Aneesh Bansal
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 --- board/freescale/common/fsl_validate.c | 2 +- 1 file changed, 1