diff options
| author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-10-14 09:28:06 +0200 |
|---|---|---|
| committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-10-31 12:12:31 +0100 |
| commit | ec44cace4b8d23556924550fe76bf2744eb91144 (patch) | |
| tree | fa18cb82d82561fbf4790fd372e8ecd9b70522d6 /drivers/dfu/Makefile | |
| parent | d5640f700d0413059b39cdd621c9401ef90d08fa (diff) | |
| download | u-boot-ec44cace4b8d23556924550fe76bf2744eb91144.tar.gz u-boot-ec44cace4b8d23556924550fe76bf2744eb91144.tar.xz u-boot-ec44cace4b8d23556924550fe76bf2744eb91144.zip | |
dfu: add DFU virtual backend
Add a virtual DFU backend to allow board specific read and write
(for OTP update for example).
Acked-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'drivers/dfu/Makefile')
| -rw-r--r-- | drivers/dfu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dfu/Makefile b/drivers/dfu/Makefile index ebb119f398..0d7925c083 100644 --- a/drivers/dfu/Makefile +++ b/drivers/dfu/Makefile @@ -10,3 +10,4 @@ obj-$(CONFIG_$(SPL_)DFU_NAND) += dfu_nand.o obj-$(CONFIG_$(SPL_)DFU_RAM) += dfu_ram.o obj-$(CONFIG_$(SPL_)DFU_SF) += dfu_sf.o obj-$(CONFIG_$(SPL_)DFU_TFTP) += dfu_tftp.o +obj-$(CONFIG_$(SPL_)DFU_VIRT) += dfu_virt.o |
