1 /* 2 * Arm SCP/MCP Software 3 * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef MCP_SYSTEM_MMAP_MCP_H 9 #define MCP_SYSTEM_MMAP_MCP_H 10 11 #include "mcp_sgi575_mmap_mcp.h" 12 13 #define MCP_ROM_SIZE (64 * 1024) 14 #define MCP_RAM0_SIZE (256 * 1024) 15 #define MCP_RAM1_SIZE (256 * 1024) 16 17 #endif /* MCP_SYSTEM_MMAP_MCP_H */ 18