commit | da28a03ed4a1420c5b748cfe08d991cf8da0df32 | [log] [tgz] |
---|---|---|
author | Priyanka Jain <priyanka.jain@nxp.com> | Mon Jan 08 12:20:42 2018 +0530 |
committer | York Sun <york.sun@nxp.com> | Mon Jan 15 12:44:23 2018 -0800 |
tree | 7acec794e55000406c53de1a9d51b9f55b92cba1 | |
parent | f436fbfeb1e906603350b6e24a2b55a45842efc5 [diff] |
board/ls2081ard: Correct code to get QMAP value in checkboard 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@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>