mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 01:04:41 +00:00
In case the ABloader is enabled, the B-copy SA6 certificate has to
be loaded from offset +0x800000 , just like the other payloads. Add
the missing offset. In case the offset is not added, the A-copy SA6
certificate is always loaded, which may contain incorrect data for
the B-copy payloads, for example incorrect target load addresses or
too short load sizes, which would result in corrupted load of the
B-copy.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Change-Id: Ib4dab3c71c833f98b55febc686a398d93ebf922a
(cherry picked from commit e255f2b201)