]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdt_support: add static to fdt_node_set_part_info()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 15 Jul 2020 10:35:47 +0000 (19:35 +0900)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commitd772db3f9ad9bbd89830fbae86d525ff8a951fd7
tree60ff8e31494d12e43707dec8382c3fdb6e66e750
parent28e0367fc879a408b964c070b55e4255e6d1eac5
fdt_support: add static to fdt_node_set_part_info()

This function is only called from fdt_fixup_mtdpart() in the same file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c