commit | 46bfffad6309a22b53ad1cc372a4a786a80e6f0e | [log] [tgz] |
---|---|---|
author | Jack Cheung <jackc@codeaurora.org> | Thu Jan 19 15:26:24 2012 -0800 |
committer | Olav Haugan <ohaugan@codeaurora.org> | Sat Jan 21 17:47:42 2012 -0800 |
tree | 334fac515c055344695174c6e754080b1d941457 | |
parent | d76e3a8d7714b1cb806a815c3c8ea58000081466 [diff] |
msm: board-8064: Handle unstable section overflow If the calculation for 'high' overflows, it is set to 0xFFFFFFFF. This will cause the unstable region to be aligned in the wrong way. This change avoids the overflow by subtracting the MIN_MEMORY_BLOCK_SIZE before adding the membank size. Change-Id: Ided0557e2b1d14bbc3742d5a833674cde918d539 Signed-off-by: Jack Cheung <jackc@codeaurora.org>