summaryrefslogtreecommitdiff
path: root/board/bf537-srv1
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-06-03 11:04:17 +0800
committerPeng Fan <peng.fan@nxp.com>2016-06-03 11:04:17 +0800
commit139a6f95be94f75e4038e0eacddbd1f0a365f601 (patch)
tree1ac682f1044709d8e171fd15be709d91f08bb267 /board/bf537-srv1
parent0b65071afaae9d6a49fb7dda2902f5c8bcd678c2 (diff)
downloadu-boot-imx-139a6f95be94f75e4038e0eacddbd1f0a365f601.zip
u-boot-imx-139a6f95be94f75e4038e0eacddbd1f0a365f601.tar.gz
u-boot-imx-139a6f95be94f75e4038e0eacddbd1f0a365f601.tar.bz2
MLK-12852 ocotp: mxc: mx6ull: fix GP3/GP4 prog
Bank 7 and Bank 8 only supports 4 words each. 'bank << 3 | word' is not correct when program bank 8, since ocotp controller actully use word index. For example: fuse prog 8 3 1; The word index is (8 << 3 | 3) --> 67. But actully it should be (7 << 3 | 7) ---> 63. So fix it. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board/bf537-srv1')
0 files changed, 0 insertions, 0 deletions