commit | ac068a8ba7f34f613b433f9c2b9aab29ebadec4a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 17 10:46:19 2020 +0900 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 20 11:37:47 2020 -0600 |
tree | 7ff5f8429e581ed3e4c853106139a6d82a97a19c | |
parent | b51b5ce5068adaa5db2c46f85273cb9ac315cd20 [diff] |
fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() Currently, fdt_fixup_mtdparts() only checks the compatible property. It is pointless to fix up the disabled node. Skip the node if it has the property: status = "disabled" Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>