]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env_fat.c: Make sure our buffer is cache aligned
authorTom Rini <trini@ti.com>
Fri, 1 Aug 2014 17:59:10 +0000 (13:59 -0400)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:26:34 +0000 (11:26 -0400)
commit6d1966e1236838c8c59d58459901283a0e72dddd
tree74cd4064675ebaab03d5da7132736c9642416e39
parentb3dd64f5d537b41fc52a03e697271774891f4a70
env_fat.c: Make sure our buffer is cache aligned

We must ensure the buffer we read the env into is aligned or we may get
warnings later on.

Signed-off-by: Tom Rini <trini@ti.com>
common/env_fat.c