commit | c840585beccb2bd393764e072823f7618cdc58b6 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Wed Jun 01 10:28:31 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 01 07:12:38 2016 -0400 |
tree | 2536482008d3b36b7f33c5d5d06a3bb177e95951 | |
parent | 121d78285d071e10426ffde901b886e791163cd6 [diff] |
spl: fit: Fix load address of fit header When loading fit header, it should be loaded to a previous address aligned to ARCH_DMA_MINALIGN and not 8. Fixing the same. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>