summaryrefslogtreecommitdiffstats
path: root/BaseTools/Scripts/Rvct-Align4K.sct
blob: bf3738ac1cb4d422b218586c7259af78d69e8a5f (plain)
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 0x1000 RELOC {
  ER_RO +0 ALIGN 4096 {
    * (+RO)
  }
  ER_RW +0 ALIGN 4096 {
    * (+RW)
  }
  ER_ZI +0 {
    * (+ZI)
  }
}