dfu: Make DFU virtual backend SPL friendly
Define stub for dfu_*_virt function in SPL, because
CONFIG_SPL_DFU_VIRT is not defined.
This patch avoids compilation issue in dfu_fill_entity() when
CONFIG_SPL_DFU is activated because the dfu_fill_entity_virt()
function is not available.
Fixes: ec44cace4b
("dfu: add DFU virtual backend")
Reported-by: Marek Vasut <marex@denx.de>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Tested-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
14dc0ab138
commit
bcd4110702
@ -495,7 +495,7 @@ static inline int dfu_fill_entity_mtd(struct dfu_entity *dfu, char *devstr,
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DFU_VIRT
|
||||
#if CONFIG_IS_ENABLED(DFU_VIRT)
|
||||
int dfu_fill_entity_virt(struct dfu_entity *dfu, char *devstr,
|
||||
char **argv, int argc);
|
||||
int dfu_write_medium_virt(struct dfu_entity *dfu, u64 offset,
|
||||
|
Loading…
Reference in New Issue
Block a user