1/* 2 * Copyright (c) 2024 TOKITA Hiroshi 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),) 8{ 9 /* If DTC is used, put the DTC vector table at the start of SRAM. 10 This avoids memory holes due to 1K alignment required by it. */ 11 *(.fsp_dtc_vector_table) 12} GROUP_DATA_LINK_IN(RAMABLE_REGION, RAMABLE_REGION) 13