mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
v1.0.2: fitimage for demo88 mmc
This commit is contained in:
@@ -17,6 +17,13 @@ struct spl_fit_info {
|
||||
int conf_node; /* FDT offset to selected configuration node */
|
||||
};
|
||||
|
||||
typedef enum
|
||||
{
|
||||
DEVICE_MMC,
|
||||
DEVICE_SPINAND,
|
||||
DEVICE_SPINOR,
|
||||
} boot_dev_type;
|
||||
|
||||
/**
|
||||
* Information required to load data from a device
|
||||
*
|
||||
@@ -27,6 +34,7 @@ struct spl_fit_info {
|
||||
struct spl_load_info {
|
||||
void *dev;
|
||||
void *priv;
|
||||
boot_dev_type dev_type;
|
||||
int bl_len;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user