]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/spl/spl_fit.c
spl: fit: Fix load address of fit header
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 1 Jun 2016 04:58:31 +0000 (10:28 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 1 Jun 2016 11:12:38 +0000 (07:12 -0400)
commit8b528709c5bba6a8d0ec83b20545bbd75f082704
tree2536482008d3b36b7f33c5d5d06a3bb177e95951
parentda6e2fab5db000e31187aa4c9495c244011792c1
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>
common/spl/spl_fit.c