17 lines
273 B
Plaintext
17 lines
273 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2017 Christian Taedcke
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @file
|
||
|
* @brief Linker command/script file
|
||
|
*
|
||
|
* This is the linker script for both standard images.
|
||
|
*/
|
||
|
|
||
|
#include <autoconf.h>
|
||
|
|
||
|
#include <arch/arm/cortex_m/scripts/linker.ld>
|