
6 Aug
2017
6 Aug
'17
7:16 a.m.
On 4 August 2017 at 11:00, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
Those 2 functions don't modify their input, we can mark it const. This prevents compilation warnings when they are provided const input.
Signed-off-by: Jean-Jacques Hiblot jjhiblot@ti.com Reviewed-by: Tom Rini trini@konsulko.com
changes since v2: Added a comment describing the function locate_dtb_in_fit()
common/boot_fit.c | 4 ++-- include/boot_fit.h | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
nit: @return (lower case)
Also, what does it return if there is no matching blob?