commit | 0b635ed035a77dfef8f9596bdc929dc59efc1339 | [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 | 77bc927d9c644cc989f6fcd306a480f62af6f96b [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>