/* * Arm SCP/MCP Software * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "n1sdp_mcp_system_mmap.h" #include #include #include const struct fwk_module_config config_n1sdp_rom = { .data = &((struct n1sdp_rom_config){ .fip_base_address = MCP_QSPI_FLASH_BASE_ADDR, .fip_nvm_size = MCP_QSPI_FLASH_SIZE, .ramfw_base = MCP_RAM0_BASE, .image_type = MOD_FIP_TOC_ENTRY_MCP_BL2, }) };