diff options
author | Stephen Warren <swarren@nvidia.com> | 2016-08-05 09:47:50 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-08-12 09:20:27 -0600 |
commit | 11e44fc6bda2248271d26a8488f5efe189b55a30 (patch) | |
tree | f11d29a8c0d9c9aca18bd7ddf73e0d6d7717623c /board/ebv | |
parent | 28cd88baa3f11cdb52be3b6d0610dcf32c60871a (diff) | |
download | u-boot-imx-11e44fc6bda2248271d26a8488f5efe189b55a30.zip u-boot-imx-11e44fc6bda2248271d26a8488f5efe189b55a30.tar.gz u-boot-imx-11e44fc6bda2248271d26a8488f5efe189b55a30.tar.bz2 |
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>
Diffstat (limited to 'board/ebv')
0 files changed, 0 insertions, 0 deletions