Revert "Fix data abort caused by mis-aligning FIT data"
authorMarek Vasut <marex@denx.de>
Mon, 19 Oct 2020 21:40:26 +0000 (23:40 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 21 Oct 2020 23:11:50 +0000 (19:11 -0400)
commit5675ed7cb645f5ec13958726992daeeed16fd114
tree01705c6a7d18f7aebe3f2d2312343868340eef2f
parentadc0c39633c3aa13fb871f847f558bbd4ed728c7
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>
common/spl/spl_fit.c