commit | c27cbe8c040dc28d0a811491159bd1e97a6f17c8 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Oct 19 23:40:26 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 21 19:11:50 2020 -0400 |
tree | 01705c6a7d18f7aebe3f2d2312343868340eef2f | |
parent | fb2dca39239f1c53a4b853a7d1c980ac17b49b53 [diff] |
Revert "Fix data abort caused by mis-aligning FIT data" This reverts commit eb39d8ba5f0d1468b01b89a2a464d18612d3ea76. The commit breaks booting of fitImage by SPL, the system simply hangs. This is because on arm32, the fitImage and all of its content can be aligned to 4 bytes and U-Boot expects just that. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Reuben Dowle <reuben.dowle@4rf.com> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Marek Vasut <marex@denx.de>