commit | c99581ba8ee57a384b405f6c68602186d2b6cb49 | [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 | 2c615b025c4a6f3db432e35f834f54042e740d5a [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>