commit | c68736dab5631af3d9a1d33cb911e90e67e8ee34 | [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 | ea2c04d0374e643bba44ff33d95fbfe1c52d9f66 [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