2019-11-30 04:30:33 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Interay Solutions B.V.
|
|
|
|
* Copyright (c) 2019 Oane Kingma
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file
|
|
|
|
* @brief Linker command/script file
|
|
|
|
*
|
|
|
|
* This is the linker script for both standard images.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2022-05-09 19:20:58 +08:00
|
|
|
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>
|