commit | f1f8c4dd8abc79d46fbe029a98d87e7e36768665 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Sep 15 12:57:25 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 05 21:31:04 2017 -0400 |
tree | 7ed6863f3bcc59acf9e9b83df92d5c2435e99dbc | |
parent | 2037fa4755f4427efc00bd64b0943f8f5d8e8d8b [diff] |
fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit() 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> Reviewed-by: Simon Glass <sjg@chromium.org>