BaseTools: Remove RVCT support
RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
committed by
mergify[bot]
parent
57c84113a1
commit
708620d29d
@@ -1,19 +0,0 @@
|
||||
/** @file
|
||||
|
||||
Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
|
||||
REGION 0x220 RELOC {
|
||||
ER_RO +0 ALIGN 32 {
|
||||
* (+RO)
|
||||
}
|
||||
ER_RW +0 ALIGN 32 {
|
||||
* (+RW)
|
||||
}
|
||||
ER_ZI +0 {
|
||||
* (+ZI)
|
||||
}
|
||||
}
|
@@ -1,19 +0,0 @@
|
||||
/** @file
|
||||
|
||||
Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
|
||||
REGION 0x1000 RELOC {
|
||||
ER_RO +0 ALIGN 4096 {
|
||||
* (+RO)
|
||||
}
|
||||
ER_RW +0 ALIGN 4096 {
|
||||
* (+RW)
|
||||
}
|
||||
ER_ZI +0 {
|
||||
* (+ZI)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user