commit | 906a9dbbcba85e8b02414c960c75103cc4755102 | [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 | 11955590a284ecb75892aad5f1174ca1b94a709b [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>