Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a8f5958c782ca6bb7d09e39d8f20c52a15d8959c
/
.
/
soc
/
renesas
/
ra
/
ra4m1
/
rom_start.ld
blob: 64eb3c891e043793196fcb1f7fb7ba391430a40c [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024 TOKITA Hiroshi
*
* SPDX-License-Identifier: Apache-2.0
*/
/* ROM Registers start at address 0x00000400 */
.
=
0x400
;
KEEP
(*(.
rom_registers
*))
/* Reserving 0x100 bytes of space for ROM registers. */
.
=
0x500
;