blob: fc211ef6d4a9a12f4ce73509af513e092535df2e [file] [log] [blame]
Jimmy Huangf3570d22015-07-31 17:11:00 +08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright 2015 MediaTek Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15#include <arm_tf.h>
16#include <assert.h>
Jimmy Huangf3570d22015-07-31 17:11:00 +080017
18void *soc_get_bl31_plat_params(bl31_params_t *bl31_params)
19{
Jimmy Huangc5411342016-03-05 10:25:05 +080020 return (void *)NULL;
Jimmy Huangf3570d22015-07-31 17:11:00 +080021}