mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
b1264ef1e3
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
20 lines
276 B
Plaintext
Executable File
20 lines
276 B
Plaintext
Executable File
/** @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)
|
|
}
|
|
}
|