commit | 11e44fc6bda2248271d26a8488f5efe189b55a30 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Fri Aug 05 09:47:50 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 12 09:20:27 2016 -0600 |
tree | f11d29a8c0d9c9aca18bd7ddf73e0d6d7717623c | |
parent | 28cd88baa3f11cdb52be3b6d0610dcf32c60871a [diff] |
fdt_support: fdt_translate_address() blob const correctness The next patch will call fdt_translate_address() from somewhere with a "const void *blob" rather than a "void *blob", so fdt_translate_address() must accept a const pointer too. Constify the minimum number of function parameters to achieve this. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org> Squashed in build fix from Stephen: Signed-off-by: Simon Glass <sjg@chromium.org>