zephyr/soc/arm/ti_simplelink/cc32xx/cc32xx_debug.ld

12 lines
257 B
Plaintext

/*
* Copyright (c) 2019 Texas Instruments Incorporated
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Add CC32xx flash header to disable flash verification */
. = 0x0;
KEEP(*(.dbghdr))
KEEP(*(".dbghdr.*"))