commit | 21644292190a015259ea29ffad22e2e927a56523 | [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 | 030348f30265217e8578625881a5bdecdb204f78 [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>