commit | e45d3bb7af0d9bb955c3a72fa534dd97660df70a | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Mon May 12 13:49:33 2014 +0530 |
committer | Tom Rini <trini@ti.com> | Fri May 23 19:40:38 2014 -0400 |
tree | e18556370ce727193d91238d7391164783541420 | |
parent | cf9eb316d003bc9ce8aadd45e1515cc614ed4777 [diff] |
ARM: OMAP: Fix omap_sdram_size calculation Last section of DMM is used for trapping tiler unmapped sections. Corresponding trap_size should be deducted from total SDRAM size only if trap section is overlapping with available SDRAM based on DMM sections. Fixing the same. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>