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:
parent
0bda81c666
commit
1755349259
|
|
@ -7,6 +7,15 @@ include conf/machine/include/digi-defaults.inc
|
||||||
|
|
||||||
DIGI_FAMILY = "ccmp2"
|
DIGI_FAMILY = "ccmp2"
|
||||||
|
|
||||||
|
# =========================================================================
|
||||||
|
# m33copro
|
||||||
|
# =========================================================================
|
||||||
|
# Set list Cortex-M33 applicantions
|
||||||
|
M33COPRO_LIST = ""
|
||||||
|
|
||||||
|
# =========================================================================
|
||||||
|
# U-Boot
|
||||||
|
# =========================================================================
|
||||||
# Platform u-boot settings
|
# Platform u-boot settings
|
||||||
UBOOT_PREFIX = "fip"
|
UBOOT_PREFIX = "fip"
|
||||||
UBOOT_SUFFIX = "bin"
|
UBOOT_SUFFIX = "bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue