15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2014 Wind River Systems, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @file
|
||
|
* @brief Linker command/script file
|
||
|
*
|
||
|
* This is the linker script for both standard images and XIP images.
|
||
|
*/
|
||
|
|
||
|
#include <arch/arm/cortex_m/scripts/linker.ld>
|