Re: [RFC PATCH] dfu: add DFU_SKIP layout concept

2020-11-02 Thread Jaehoon Chung
Hi Lukasz, On 11/2/20 6:55 PM, Lukasz Majewski wrote: > Hi Jaehoon, > >> Add DFU_SKIP layout cencept. >> If layout is "skip", it will be skipped after nothing to do. >> It's useful to support multiple board with one tar file. >> >> Signed-off-by: Jaehoon Chung >> --- >> drivers/dfu/dfu.c |

Re: [RFC PATCH] dfu: add DFU_SKIP layout concept

2020-11-02 Thread Lukasz Majewski
Hi Jaehoon, > Add DFU_SKIP layout cencept. > If layout is "skip", it will be skipped after nothing to do. > It's useful to support multiple board with one tar file. > > Signed-off-by: Jaehoon Chung > --- > drivers/dfu/dfu.c | 2 +- > drivers/dfu/dfu_mmc.c | 9 + > include/dfu.h

[RFC PATCH] dfu: add DFU_SKIP layout concept

2020-11-01 Thread Jaehoon Chung
Add DFU_SKIP layout cencept. If layout is "skip", it will be skipped after nothing to do. It's useful to support multiple board with one tar file. Signed-off-by: Jaehoon Chung --- drivers/dfu/dfu.c | 2 +- drivers/dfu/dfu_mmc.c | 9 + include/dfu.h | 1 + 3 files changed, 11