commit | 6566960415dcab1573f575db34ce5c0a3a3cca9e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 15 19:35:47 2020 +0900 |
committer | Simon Glass <sjg@chromium.org> | Sat Jul 25 14:46:57 2020 -0600 |
tree | ef9770a56200bb54d35e831aa2e6d42322150579 | |
parent | 2173fb41f1a9ca66d815edade27543c0c7ca0c56 [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>