zephyr/soc/renesas/ra/ra4m1/opt_set_mem.ld

12 lines
142 B
Plaintext

/*
* Copyright (c) 2024 Ian Morris
*
* SPDX-License-Identifier: Apache-2.0
*
*/
. = 0x400;
FILL(0xFF)
KEEP(*(.opt_set_mem*))
. = 0x500;