to its own linker file snippet so snippets can be placed before it. Using zephyr_linker_sources(). Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
8 lines
143 B
Text
8 lines
143 B
Text
/*
|
|
* Copyright (c) 2019 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
. = CONFIG_TEXT_SECTION_OFFSET;
|
|
. = ALIGN(4);
|