On 5 August 2016 at 09:47, Stephen Warren <[email protected]> wrote:
> From: Stephen Warren <[email protected]>
>
> 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 <[email protected]>
> Acked-by: Simon Glass <[email protected]>
> ---
> Re-sending since these didn't show up in patchwork for some reason.
>
> This series will be a dependency for the Tegra BPMP driver.
>
>  common/fdt_support.c  | 19 ++++++++++---------
>  include/fdt_support.h |  5 +++--
>  2 files changed, 13 insertions(+), 11 deletions(-)

Applied to u-boot-dm, thanks!
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to