Re: [U-Boot] [RFC PATCH v1 2/6] spl: dfu: adding dfu support functions for SPL-DFU

2016-06-24 Thread B, Ravi
> > 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

Re: [U-Boot] [RFC PATCH v1 2/6] spl: dfu: adding dfu support functions for SPL-DFU

2016-06-24 Thread Lukasz Majewski
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

[U-Boot] [RFC PATCH v1 2/6] spl: dfu: adding dfu support functions for SPL-DFU

2016-06-14 Thread Ravi Babu
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