commit | 7d8073e7cfe0397137b5c13ceda876d4ca7875d6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 17 10:46:19 2020 +0900 |
committer | Simon Glass <sjg@chromium.org> | Sat Jul 25 14:46:57 2020 -0600 |
tree | 63eed31c7559b5b0c6410a2b4160da0d84149c2b | |
parent | 53a896649ac002bd569a6c2007498eb979075abf [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>