zephyr/soc/nordic/common/arm_platform_init.ld

9 lines
209 B
Plaintext

/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Let SystemInit() be called in place of soc_reset_hook() by default. */
PROVIDE(soc_reset_hook = SystemInit);