]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Scripts/Rvct-Align32.sct
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Scripts / Rvct-Align32.sct
1 /** @file
2
3 Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 REGION 0x220 RELOC {
10 ER_RO +0 ALIGN 32 {
11 * (+RO)
12 }
13 ER_RW +0 ALIGN 32 {
14 * (+RW)
15 }
16 ER_ZI +0 {
17 * (+ZI)
18 }
19 }