commit | 1a6e3caa1dd5b3eafee0ba72d1783ee4a80318c5 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Jan 31 16:42:28 2023 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 29 20:15:42 2023 +0200 |
tree | 6c736ba1f190cba4bc396c439598b953ce3d0756 | |
parent | aeecf407ee9bcbb01ff1c5848c2358dccf41a35c [diff] |
misc: fuse: Lock 8ULP ECC-protected fuse when programming The ECC fuse on 8ULP can't be written twice. If any user did it, the ECC value would be wrong then cause accessing problem to the fuse. The patch will lock the ECC fuse word to avoid this problem. For iMX9, the OTP controller automatically prevents an ECC fuse word to be written twice. So it does not need the setting. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>