Like for other Arm chips, the 'soc' entry is also needed. Fixes: fddbe822c3eb ("config/arm: add Qualcomm")
Signed-off-by: Thierry Herbelot <thierry.herbe...@6wind.com> --- config/arm/meson.build | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/arm/meson.build b/config/arm/meson.build index 22cd81319c06..83df190343b1 100644 --- a/config/arm/meson.build +++ b/config/arm/meson.build @@ -298,6 +298,13 @@ soc_octeontx2 = { 'numa': false } +soc_qualcomm = { + 'description': 'Qualcomm', + 'implementer': '0x51', + 'part_number': '0xc00', + 'numa': false +} + soc_stingray = { 'description': 'Broadcom Stingray', 'implementer': '0x41', @@ -334,6 +341,7 @@ socs = { 'n1sdp': soc_n1sdp, 'n2': soc_n2, 'octeontx2': soc_octeontx2, + 'qualcomm': soc_qualcomm, 'stingray': soc_stingray, 'thunderx2': soc_thunderx2, 'thunderxt88': soc_thunderxt88 -- 2.29.2