Skip to content

Commit f771a5a

Browse files
author
Oren Cohen
committed
Fix FVP_MPS2 & ARM_CM3DS_MPS2 components definition
1 parent 1e27eb1 commit f771a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4750,7 +4750,7 @@
47504750
"inherits": ["ARM_IOTSS_Target"],
47514751
"core": "Cortex-M3",
47524752
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
4753-
"components": ["SMSC9220"],
4753+
"components_add": ["SMSC9220"],
47544754
"extra_labels": ["ARM_SSG", "CM3DS_MPS2"],
47554755
"OUTPUT_EXT": "elf",
47564756
"macros": ["CMSDK_CM3DS"],
@@ -7260,7 +7260,7 @@
72607260
"USTICKER"
72617261
],
72627262
"release_versions": ["5"],
7263-
"components": ["LAN91C111"],
7263+
"components_add": ["LAN91C111"],
72647264
"overrides": {
72657265
"network-default-interface-type": "ETHERNET"
72667266
}

0 commit comments

Comments
 (0)