summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChris Packham <[email protected]>2017-09-23 04:50:31 +1200
committerStefan Roese <[email protected]>2017-09-26 06:52:57 +0200
commitc3ab2744447db80de3c0a18422256a7b638253b3 (patch)
tree1d7bb978c2a310d6b6b26fc07758b601ef74583a /include/linux
parent0a91e1cce4497a50af00dc134af6bc19ec87fe34 (diff)
ARM: mvebu: handle unused DRAM banks with ECC enabled
dram_ecc_scrubbing() had code to skip unused DRAM banks but it would not work because mvebu_sdram_bs() returns 0 and the code was subtracting 1 before checking the size. Remove the -1 from the bank size and the +1 from the total which will skip unused banks and still calculate the correct size. Put the -1 where it is needed for scrubbing via the xor engine. Reported-by: Joshua Scott <[email protected]> Signed-off-by: Chris Packham <[email protected]> Signed-off-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions