> > diff --git a/include/spl.h b/include/spl.h index af02a6d..8849678
> > 100644
> > --- a/include/spl.h
> > +++ b/include/spl.h
> > @@ -139,4 +139,14 @@ void spl_board_init(void);
> > */
> > bool spl_was_boot_source(void);
> >
> > +/* spl dfu functions */
> > +/* spl_dfu_mmc - run dfu comman
Hi Ravi,
> Adding support functions to run dfu commands
>
> Signed-off-by: Ravi Babu
> ---
> common/spl/Makefile |1 +
> common/spl/spl_dfu.c | 153
> ++
> include/spl.h| 10 3 files changed, 164 insertions(+)
> create mode 100
Adding support functions to run dfu commands
Signed-off-by: Ravi Babu
---
common/spl/Makefile |1 +
common/spl/spl_dfu.c | 153 ++
include/spl.h| 10
3 files changed, 164 insertions(+)
create mode 100644 common/spl/spl_dfu.c
3 matches
Mail list logo