commit | 2e9306a35a2e5b6f9338afdb1ba9eb8fcb625c16 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Apr 28 10:36:11 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 09:56:20 2016 -0400 |
tree | 2b88926074ef28e45650326315d2a604ba7dde84 | |
parent | 03bf4283784a5ae7468503a751ee35cc95b6a024 [diff] |
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>