mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
Merge "fix(arm): remove reclamation of functions starting with "init"" into integration
This commit is contained in:
commit
4c4315e874
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2017-2020, ARM Limited and Contributors. All rights reserved.
|
||||
* Copyright (c) 2017-2022, ARM Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -12,7 +12,7 @@ SECTIONS
|
|||
. = . + PLATFORM_STACK_SIZE;
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
__INIT_CODE_START__ = .;
|
||||
*(*text.init*);
|
||||
*(*text.init.*);
|
||||
__INIT_CODE_END__ = .;
|
||||
INIT_CODE_END_ALIGNED = ALIGN(PAGE_SIZE);
|
||||
} >RAM
|
||||
|
|
Loading…
Add table
Reference in a new issue