hc
2024-06-13 7a799c616b9a177906720693330f311c6f5510c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** @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)
  }
}