commit | 7598579554a310f2f89756d1efae6a292817b9cc | [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 | 6e9d295870632f0507a900d021e52121f80fc21e [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>