aboutsummaryrefslogtreecommitdiff
path: root/product/rddanielxlr/mcp_romfw/config_bootloader.c
blob: 903ee76701ec0e64b1832d570652da4648bb2c46 (plain)
1
2
3
4
5
6
7
8
9
10
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 = {
};