commit | 33e903fa12d98996656e687416d71514ecf2b20b | [log] [tgz] |
---|---|---|
author | Rebecca Cran <rebecca@quicinc.com> | Wed Dec 07 13:24:44 2022 -0700 |
committer | Bipin Ravi <bipin.ravi@arm.com> | Wed Mar 22 13:49:21 2023 -0500 |
tree | 1c897311a5c2eb31d940a0fbd2afdb0177dff11c | |
parent | 254b79eb078f442a7d6f6db86ddafeec5922a1d6 [diff] |
fix(build): partially fix qemu aarch32 build While aarch32 isn't currently supported on qemu, platform.mk contains hard-coded references to aarch64 in BL1_SOURCES which should be ${ARCH}. This improves the situation, but since aarch32/qemu_max.S doesn't exist and there are other missing files for aarch32, this is only a partial fix. Signed-off-by: Rebecca Cran <rebecca@quicinc.com> Change-Id: I3fa01483e572abfd781ceaecff16ecf57cda8316