]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_nand: dump: Align data and OOB buffers
authorThierry Reding <thierry.reding@avionic-design.de>
Mon, 30 Jul 2012 20:21:55 +0000 (20:21 +0000)
committerTom Warren <twarren@nvidia.com>
Fri, 7 Sep 2012 20:54:31 +0000 (13:54 -0700)
commit62fd66f3d38eeadeed17ce457600372d694f3bd2
tree682deceb3ea299695450c2125fe8b7c3e242dc47
parent9614a1e9636976add95730c2da569ac1b274f232
cmd_nand: dump: Align data and OOB buffers

In order for cache invalidation and flushing to work properly, the data
and OOB buffers must be aligned to full cache lines.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
common/cmd_nand.c