aboutsummaryrefslogtreecommitdiff
path: root/product/rdn1e1/mcp_romfw/config_rdn1e1_rom.c
blob: b647bf49e9f9e20eda8573a20bb204ce81a18016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Arm SCP/MCP Software
 * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <fwk_module.h>
#include <mod_rdn1e1_rom.h>
#include <mcp_rdn1e1_mmap_mcp.h>

const struct fwk_module_config config_rdn1e1_rom = {
    .data = &((struct rdn1e1_rom_config) {
        .ramfw_base = MCP_RAM0_BASE,
        .load_ram_size = 0,
    })
};