1/*
2 * Copyright (c) 2019 Texas Instruments Incorporated
3 * Copyright (c) 2019 Nordic Semiconductor ASA
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8/* Add CC32xx flash header to disable flash verification */
9. = 0x0;
10KEEP(*(.dbghdr))
11KEEP(*(".dbghdr.*"))
12