]> git.baikalelectronics.ru Git - uboot.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>
Sat, 25 Jul 2020 20:46:57 +0000 (14:46 -0600)
commitc16c798358c443cbaca1028a735b5e35e5eec485
treeef9770a56200bb54d35e831aa2e6d42322150579
parent2ecfbe2044849d15e88956d8a6d987c2ba616794
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