odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / arch / x86 / include / asm / arch-baytrail / fsp / fsp_configs.h
1 /*
2  * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:     Intel
5  */
6
7 #ifndef __FSP_CONFIGS_H__
8 #define __FSP_CONFIGS_H__
9
10 struct fsp_config_data {
11         struct fsp_cfg_common   common;
12         struct upd_region       fsp_upd;
13 };
14
15 struct fspinit_rtbuf {
16         struct common_buf       common; /* FSP common runtime data structure */
17 };
18
19 #endif /* __FSP_CONFIGS_H__ */