Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ac6d8342728c8a63f9fea965ce41610618aeed5a
/
.
/
soc
/
renesas
/
ra
/
ra4m1
/
data_sections.ld
blob: 84cb7c088e838cef0fb960cf5afffdc2726479dd [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024 TOKITA Hiroshi
*
* SPDX-License-Identifier: Apache-2.0
*/
.
code_in_ram
:
{
.
=
ALIGN
(
4
);
__Code_In_RAM_Start
=
.;
KEEP
(*(.
code_in_ram
*))
__Code_In_RAM_End
=
.;
}
>
RAMABLE_REGION