commit | 92d6524b4f19cac08dd47f656bce59a7db6d3c47 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 20:07:36 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 10 22:41:56 2019 +0900 |
tree | 7e69ddc6d96a0984945ff6cf78b3262f5cff23f4 | |
parent | 9a2f0e5ccd8749e9cdb27c4f4edf07dd44ff36b7 [diff] |
ARM: uniphier: check DT to determine whether to use support card If CONFIG_MICRO_SUPPORT_CARD is enabled, U-Boot tries to get access to the devices on the support card, which may not actually exist. Check the DT and search for the on-board devices run-time. If the nodes are not found in DT, then disable the code. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>