summaryrefslogtreecommitdiff
path: root/drivers/ddr/fsl/main.c
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2024-10-06 08:30:04 +0800
committerFabio Estevam <festevam@denx.de>2024-10-13 09:43:05 -0300
commitb1fc93b95effbac073bc5b5bc6544ebd590241f7 (patch)
treed2dc32d08e6dfc2c9888654fe862b6b9b6546063 /drivers/ddr/fsl/main.c
parente6bdb8dfdef414c4402ef8832666f9d315554492 (diff)
misc: fuse: Fix FSB redundancy fuse word check and clear res
There is a bug when checking fuse word with redundancy fuse in FSB table. The redundancy fuses are combined into 4 words, so we can't directly use word index to do the check, otherwise the high 4 words will fail to match. And When calling ELE API, res parameter will pass to ELE API to get ELE response value for failure. So most of usage does not initialize this variable and print it after calling ELE API. However, when ELE API returns failure, we can't ensure this res is always set because there may be other failure like MU failure. Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/ddr/fsl/main.c')
0 files changed, 0 insertions, 0 deletions