Skip to content
Snippets Groups Projects
Commit 85ee795c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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 26d1e0c3
("fconf: necessary modifications to support fconf in BL31 & SP_MIN").

Change-Id: I29f4c68680842c1b5ef913934b4ccf378e9bfcfb
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 11a3c5ee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment