]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER
authorStephen Warren <swarren@nvidia.com>
Thu, 24 May 2012 11:38:33 +0000 (11:38 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:20 +0000 (14:07 +0200)
commit4036b6301efab9f5196e986a7e1d3925cf816c31
tree53633d7e7e003679feeb43ac762de1fc4edfacfd
parentb1b9e4ce3af6d10c8442bff48b69cad151ddff82
env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER

This allows MMC drivers to perform cache flusing on the bufffers
without issue.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Cc: Andy Fleming <afleming@gmail.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
common/env_mmc.c