commit | 7885179e154997d395bc1466edacd15eb065f68b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 29 20:53:25 2012 +0000 |
committer | Tom Warren <twarren@nvidia.com> | Fri Sep 07 13:54:30 2012 -0700 |
tree | 18ce59921123f5b98f47e4845bef96f191593cd4 | |
parent | b44c114ddc0531203b524ca628326a08f2c85a62 [diff] |
nand: Try to align the default buffers The NAND layer needs to use cache-aligned buffers by default. Towards this goal. align the default buffers and their members according to the minimum DMA alignment defined for the architecture. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com> Acked-by: Scott Wood <scottwood@freescale.com>