commit | 599a4df5bffee7d774402135582dcaea58343838 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 17 13:24:54 2012 +0000 |
committer | Tom Warren <twarren@nvidia.com> | Mon Nov 19 08:15:38 2012 -0700 |
tree | 8bb6a995ac1613fb5a6c5b95f55d0fc9f1f9936c | |
parent | a4f2079b3760c4307149db590a5ae3584290edd1 [diff] |
lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment The normal alignment is PAGE_SIZE, but if this is defined, we can support other alignments. The motivation for this change is to make the display section-aligned on ARM so that we can easily turn off data caching for the frame buffer region without resorting to level 2 page tables. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>