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>
Sat, 25 Jul 2020 20:46:57 +0000 (14:46 -0600)
commit8ce8e42e864da5bc5a031a916f6a6ca49e44b268
treeef9770a56200bb54d35e831aa2e6d42322150579
parente1db5c9b08b81754c9467d0e515ce613dbab60f9
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