mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "build: deprecate Arm TC0 FVP platform" into integration
This commit is contained in:
commit
b416d1aaee
2 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,8 @@ Deprecated platforms
|
|||
+----------------+----------------+--------------------+--------------------+
|
||||
| rdn1edge | Arm | 2.8 | 3.0 |
|
||||
+----------------+----------------+--------------------+--------------------+
|
||||
| tc0 | Arm | 2.8 | 3.0 |
|
||||
+----------------+----------------+--------------------+--------------------+
|
||||
|
||||
--------------
|
||||
|
||||
|
|
|
@ -5,6 +5,11 @@
|
|||
|
||||
include common/fdt_wrappers.mk
|
||||
|
||||
ifeq ($(TARGET_PLATFORM), 0)
|
||||
$(warning Platform ${PLAT}$(TARGET_PLATFORM) is deprecated. \
|
||||
Some of the features might not work as expected)
|
||||
endif
|
||||
|
||||
ifeq ($(shell expr $(TARGET_PLATFORM) \<= 2), 0)
|
||||
$(error TARGET_PLATFORM must be less than or equal to 2)
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue