aboutsummaryrefslogtreecommitdiff
path: root/product/morello/scp_romfw/config_fip.c
diff options
context:
space:
mode:
Diffstat (limited to 'product/morello/scp_romfw/config_fip.c')
-rw-r--r--product/morello/scp_romfw/config_fip.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/product/morello/scp_romfw/config_fip.c b/product/morello/scp_romfw/config_fip.c
deleted file mode 100644
index 703dce33..00000000
--- a/product/morello/scp_romfw/config_fip.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Arm SCP/MCP Software
- * Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#include "morello_scp_system_mmap.h"
-
-#include <mod_fip.h>
-
-#include <fwk_module.h>
-
-const struct fwk_module_config config_fip = {
- .data = &((struct mod_fip_config){
- .fip_base_address = SCP_QSPI_FLASH_BASE_ADDR,
- .fip_nvm_size = SCP_QSPI_FLASH_SIZE,
- })
-};