Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ac6d8342728c8a63f9fea965ce41610618aeed5a
/
.
/
soc
/
renesas
/
ra
/
ra2a1
/
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
;