commit | 42484f7fe0bd9a3553fd676d14a58c2471202657 | [log] [tgz] |
---|---|---|
author | Bence Balogh <bence.balogh@arm.com> | Tue Jun 27 10:57:34 2023 +0200 |
committer | Anton Komlev <Anton.Komlev@arm.com> | Thu Feb 15 16:46:43 2024 +0100 |
tree | 10ed3fd95cbb2f4ac359517d70df2a3a336f4736 | |
parent | 3d66ac2ba0f30ddd8d9d1979b363768159738865 [diff] |
BL1: Fix bl1_2 image read from flash The function was missing a parentheses and the CMSIS-Driver Flash API returns the number of dataitems that have been read so the equality has to be checked. Change-Id: I7acd39cd84f84ba04327312628439bf51b354125 Signed-off-by: Bence Balogh <bence.balogh@arm.com>