commit | d772db3f9ad9bbd89830fbae86d525ff8a951fd7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 15 19:35:47 2020 +0900 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | 60ff8e31494d12e43707dec8382c3fdb6e66e750 | |
parent | 28e0367fc879a408b964c070b55e4255e6d1eac5 [diff] |
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>