fdt: Update fdt_get_base_address() to use const
authorSimon Glass <sjg@chromium.org>
Fri, 19 May 2017 02:09:00 +0000 (20:09 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2017 13:03:07 +0000 (07:03 -0600)
commitec002119cf30a7e7ef721071d890a0d8248232da
tree21749c36ec0745bb066d080b07ca3585d77496f7
parent38d21b418dd2207c89cdbdd6f38f7ee512c47da1
fdt: Update fdt_get_base_address() to use const

This function does not change the device tree so adjust it to use const
for this parameter.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c
include/fdt_support.h