commit | a922d818b278ecfef47fa85f0eb1d6a065f95f24 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Sep 15 12:57:26 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 05 21:31:04 2017 -0400 |
tree | 529a13d5c6d7a1025208a5a85be8bc1509b15de0 | |
parent | f1f8c4dd8abc79d46fbe029a98d87e7e36768665 [diff] |
fit: fixed bug in locate_dtb_in_fit() 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 <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>