From 218892451a8cfad7b2a261997fe6ab6f7a9cfd61 Mon Sep 17 00:00:00 2001 From: Deepak Pandey Date: Thu, 13 Dec 2018 10:50:50 +0530 Subject: n1sdp/scp_rom: add config file for n1sdp_rom module Change-Id: I506f9464cc3b3273de55dbe699fa28428d65622a Signed-off-by: Deepak Pandey --- product/n1sdp/scp_romfw/config_n1sdp_rom.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 product/n1sdp/scp_romfw/config_n1sdp_rom.c (limited to 'product/n1sdp/scp_romfw') diff --git a/product/n1sdp/scp_romfw/config_n1sdp_rom.c b/product/n1sdp/scp_romfw/config_n1sdp_rom.c new file mode 100644 index 00000000..8d1a2283 --- /dev/null +++ b/product/n1sdp/scp_romfw/config_n1sdp_rom.c @@ -0,0 +1,18 @@ +/* + * Arm SCP/MCP Software + * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +#include +#include +#include +#include + +const struct fwk_module_config config_n1sdp_rom = { + .data = &((struct n1sdp_rom_config) { + .ramfw_base = SCP_RAM0_BASE, + .image_type = MOD_N1SDP_FIP_TYPE_SCP_BL2, + }) +}; -- cgit v1.2.3