mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
Merge "build: deprecate Arm rde1edge" into integration
This commit is contained in:
commit
fda676d3d2
2 changed files with 7 additions and 2 deletions
|
@ -76,7 +76,9 @@ Deprecated platforms
|
|||
+----------------+----------------+--------------------+--------------------+
|
||||
| tc0 | Arm | 2.8 | 3.0 |
|
||||
+----------------+----------------+--------------------+--------------------+
|
||||
| rde1edge | Arm | 2.9 | 3.1 |
|
||||
+----------------+----------------+--------------------+--------------------+
|
||||
|
||||
--------------
|
||||
|
||||
*Copyright (c) 2019-2022, Arm Limited. All rights reserved.*
|
||||
*Copyright (c) 2019-2023, Arm Limited. All rights reserved.*
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
#
|
||||
# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
|
||||
# Copyright (c) 2018-2023, Arm Limited. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
||||
$(warning Platform ${PLAT} is deprecated. \
|
||||
Some of the features might not work as expected)
|
||||
|
||||
include plat/arm/css/sgi/sgi-common.mk
|
||||
|
||||
RDE1EDGE_BASE = plat/arm/board/rde1edge
|
||||
|
|
Loading…
Add table
Reference in a new issue