commit | 6d1966e1236838c8c59d58459901283a0e72dddd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Aug 01 13:59:10 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Sat Aug 09 11:26:34 2014 -0400 |
tree | 74cd4064675ebaab03d5da7132736c9642416e39 | |
parent | b3dd64f5d537b41fc52a03e697271774891f4a70 [diff] |
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>