Kinetis SoCs have a 16-byte flash configuration field that must be loaded at a specific address in flash. This field is not needed if we are building an image to be chainloaded by MCUboot or a RAM-only image, so we can exlude it in these cases and recover some wasted flash. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
14 lines
272 B
Text
14 lines
272 B
Text
/*
|
|
* 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>
|