[U-Boot] [PATCH] board/ls2081ard: Correct code to get QMAP value in checkboard

York Sun york.sun at nxp.com
Fri Jan 19 00:52:08 UTC 2018


On 01/07/2018 10:51 PM, Priyanka Jain wrote:
> QMAP value contains information about QSPI chip-selects.
> These bits are used to display information of boot device
> in checkboard() function.
> 
> QMAP value is stored in most significant 3-bits
> of 8-bit register brdcfg[0] in Qixis, this patch
> corrects code to get QMAP bits using below logic:
> 	(brdcfg[0] >> 5) & 0x7
> 
> Signed-off-by: Priyanka Jain <priyanka.jain at nxp.com>
> ---

Applied to fsl-qoriq master. Thanks.

York


More information about the U-Boot mailing list