1/*
2 * Copyright (c) 2021 Cypress Semiconductor Corporation (an Infineon company) or
3 * an affiliate of Cypress Semiconductor Corporation
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8/* Cortex-M0+ application flash image area */
9
10. = ALIGN(4);
11__cy_m0p_code_start = . ;
12KEEP(*(.cy_m0p_image))
13. = CONFIG_SOC_PSOC6_CM0P_IMAGE_ROM_SIZE;
14__cy_m0p_code_end = . ;
15