]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPL: FIT: Align loading address for header
authorMichal Simek <michal.simek@xilinx.com>
Thu, 28 Apr 2016 08:36:11 +0000 (10:36 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 13:56:20 +0000 (09:56 -0400)
commit90a7417602e89889a703538e47e323051ecea1fd
tree2b88926074ef28e45650326315d2a604ba7dde84
parent71db3270dbee381ebdbc183cf88dde46d9a59afb
SPL: FIT: Align loading address for header

If bl_len is not aligned it can caused a problem because another code
expects that start is aligned.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl_fit.c