[PATCH v1 1/2] spl_fit. add hook to make fixes after fit header is loaded

2021-10-07 Thread sbabic
> add hook function spl_load_simple_fit_fix_load() > which is called after fit image header is loaded. > Signed-off-by: Heiko Schocher > Reviewed-by: Simon Glass Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH v1 1/2] spl_fit. add hook to make fixes after fit header is loaded

2021-09-29 Thread Simon Glass
Hi Heiko, On Thu, 5 Aug 2021 at 22:45, Heiko Schocher wrote: > > add hook function spl_load_simple_fit_fix_load() > which is called after fit image header is loaded. Please add motivation to the commit message. > > Signed-off-by: Heiko Schocher > --- > > common/spl/spl_fit.c | 11 +++

[PATCH v1 1/2] spl_fit. add hook to make fixes after fit header is loaded

2021-08-05 Thread Heiko Schocher
add hook function spl_load_simple_fit_fix_load() which is called after fit image header is loaded. Signed-off-by: Heiko Schocher --- common/spl/spl_fit.c | 11 +++ include/spl.h| 8 2 files changed, 19 insertions(+) diff --git a/common/spl/spl_fit.c