julhal01 | 3ec4c32 | 2021-02-05 17:30:49 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: BSD-3-Clause |
2 | /* | ||||
3 | * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved. | ||||
4 | */ | ||||
5 | |||||
6 | #include <config/ramstore/config_ramstore.h> | ||||
7 | #include "env_test_config.h" | ||||
8 | |||||
9 | |||||
10 | void load_sp_config(struct ffa_init_info *init_info) | ||||
11 | { | ||||
12 | config_ramstore_init(); | ||||
13 | |||||
14 | /* Load deployment specific configuration */ | ||||
15 | (void)init_info; | ||||
16 | } |