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 ram image area */ 9 10SECTION_PROLOGUE(.ram_m0p_image,(NOLOAD),) 11{ 12. = CONFIG_SOC_PSOC6_CM0P_IMAGE_RAM_SIZE; 13} GROUP_DATA_LINK_IN(RAMABLE_REGION, RAMABLE_REGION) 14