Re: [U-Boot] [PATCH v3 3/9] fit: fixed bug in locate_dtb_in_fit()

2017-08-05 Thread Simon Glass
On 4 August 2017 at 11:00, Jean-Jacques Hiblot wrote: > If the dtb is the first data of the FIT, the its offset is 0x0. Change the > test to '<' instead of '<=' > > Signed-off-by: Jean-Jacques Hiblot > Reviewed-by: Tom Rini > --- > > no

[U-Boot] [PATCH v3 3/9] fit: fixed bug in locate_dtb_in_fit()

2017-08-04 Thread Jean-Jacques Hiblot
If the dtb is the first data of the FIT, the its offset is 0x0. Change the test to '<' instead of '<=' Signed-off-by: Jean-Jacques Hiblot Reviewed-by: Tom Rini --- no change since v2 common/boot_fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)