aboutsummaryrefslogtreecommitdiff
path: root/product/rddanielxlr/mcp_romfw/config_bootloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'product/rddanielxlr/mcp_romfw/config_bootloader.c')
-rw-r--r--product/rddanielxlr/mcp_romfw/config_bootloader.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/product/rddanielxlr/mcp_romfw/config_bootloader.c b/product/rddanielxlr/mcp_romfw/config_bootloader.c
new file mode 100644
index 00000000..903ee767
--- /dev/null
+++ b/product/rddanielxlr/mcp_romfw/config_bootloader.c
@@ -0,0 +1,11 @@
+/*
+ * Arm SCP/MCP Software
+ * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#include <fwk_module.h>
+
+struct fwk_module_config config_bootloader = {
+};