SPM: Fix pointer to MP info in boot info struct
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 10 Nov 2017 12:25:49 +0000 (12:25 +0000)
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>
Fri, 10 Nov 2017 15:21:31 +0000 (15:21 +0000)
commitff7d08052b27fd560dddbe02b88d844ddb799dc6
tree3a61c62cd2c9520436c84612c5d34fbbb3633dc5
parent9500d5a438806297ac62faa9621f4ad2d604526a
SPM: Fix pointer to MP info in boot info struct

The MP info struct is placed right after the boot info struct. However,
when calculating the address of the MP info, the size of the boot info
struct was being multiplied by the size of the MP boot info. This left
a big gap of empty space between the structs.

This didn't break any code because the boot info struct has a pointer to
the MP info struct. It was just wasting space.

Change-Id: I1668e3540d9173261968f6740623549000bd48db
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
services/std_svc/spm/secure_partition_setup.c