]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit1f56a8745c50fdf6523b9862f1ea3f78b4ca21c5
tree21749c36ec0745bb066d080b07ca3585d77496f7
parent7b9d9595525561f705b413605064eec1c9bffbe7
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