diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-06-12 20:26:53 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 03:56:50 +0800 |
commit | 35498314197582e2d5c788ef062b64216c5d9233 (patch) | |
tree | b69e5664a884e8c1e29bc1f166b34b4ca76fa0c6 | |
parent | f330c6d815da8be09238719d283e04bb2e5fd9ed (diff) |
common: Add recent {5.10, 5.15} qcom boards
Change-Id: Ic8b8844e8d0ff108c1828e77e7e205ca0221175d
-rw-r--r-- | qcom_boards.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/qcom_boards.mk b/qcom_boards.mk index 9f6226f..ef9c2a8 100644 --- a/qcom_boards.mk +++ b/qcom_boards.mk @@ -7,18 +7,25 @@ QCOM_BOARD_PLATFORMS += \ $(TRINKET) \ atoll \ bengal \ + bengal_515 \ + crow \ holi \ kona \ + kona_515 \ + kalama \ lahaina \ lito \ + monaco \ msm8937 \ msm8953 \ msm8996 \ msm8998 \ msmnile \ + parrot \ sdm660 \ sdm710 \ - sdm845 + sdm845 \ + taro # List of targets that use video hardware. MSM_VIDC_TARGET_LIST := \ |