1/** @file
2
3  Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
4
5  This program and the accompanying materials are licensed and made available under
6  the terms and conditions of the BSD License that accompanies this distribution.
7  The full text of the license may be found at
8  http://opensource.org/licenses/bsd-license.php.
9
10  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13**/
14
15REGION 0x220 RELOC {
16  ER_RO +0 ALIGN 32 {
17    * (+RO)
18  }
19  ER_RW +0 ALIGN 32 {
20    * (+RW)
21  }
22  ER_ZI +0 {
23    * (+ZI)
24  }
25}
26