Skip to content
Snippets Groups Projects
Commit 11e44fc6 authored by Stephen Warren's avatar Stephen Warren Committed by Simon Glass
Browse files

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: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Squashed in build fix from Stephen:
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 28cd88ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment