19 lines
252 B
Text
19 lines
252 B
Text
/** @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)
|
|
}
|
|
}
|