commit | 6ec7545b99d62a5d931473e853aea30f8b9b2aa3 | [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 | 245ad6c4adb4af5290f22acaba57ed0dd109e1f4 [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>