ccmp2: remove Cortex-M33 applications list

This commit clears the Cortex-M33 applications list to prevent including all
the Cortex-M33 demo applications from the ST layer. In the future, if we have
custom Digi examples, they should be added here.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2025-01-20 11:47:08 +01:00
parent 0bda81c666
commit 1755349259
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@ include conf/machine/include/digi-defaults.inc
DIGI_FAMILY = "ccmp2"
# =========================================================================
# m33copro
# =========================================================================
# Set list Cortex-M33 applicantions
M33COPRO_LIST = ""
# =========================================================================
# U-Boot
# =========================================================================
# Platform u-boot settings
UBOOT_PREFIX = "fip"
UBOOT_SUFFIX = "bin"