commit | d7add1d66fe409d32662666143fa5e29c79d4f03 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Mar 25 20:52:44 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Mar 31 16:08:21 2020 +0900 |
tree | 3ceac3eb7c49ed8971701443905d7fa14db3708b | |
parent | 2a881b27a2317edf1e15c8ab254bee022919334b [diff] |
bl32: sp_min: reduce the alignment for fconf_populator sp_min.ld.S is used for aarch32. ALIGN(4) is used for alignment of the other structures. I do not think struct fconf_populator is a special case. Let's use ALIGN(4) here too. Perhaps, this is just a copy-paste mistake of commit 26d1e0c33098 ("fconf: necessary modifications to support fconf in BL31 & SP_MIN"). Change-Id: I29f4c68680842c1b5ef913934b4ccf378e9bfcfb Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>