commit | 33ac6f99abcbb2d3b8303af5194390cafb4e6853 | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Thu Oct 31 09:46:25 2024 -0600 |
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | Fri Dec 06 11:20:43 2024 -0700 |
tree | 0f4de1c2e7d4214d40d1586657f5982563537164 | |
parent | 15e5c6c91d483aa52908154cc80e48956e234232 [diff] |
fix(qemu-sbsa): fix compilation error when accessing DT functions When building SBSA, using DT functions from fdt_wrappers.c produces a linker error. Adding: BL2_SOURCES += ${FDT_WRAPPERS_SOURCES} fixes the problem. Since the same inclusion would be present in both qemu/platform.mk and qemu_sbsa/platform.mk, do the changes in qemu/common/common.mk. Change-Id: I775b06c1741f6618813c5e1d2c64cdc1888d8519 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>