commit | bcd224499d59515fbdd016a7bde5e06677c11179 | [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 | ec4f6baf1dad0d32895eb9fa3cd0c57ed9460881 [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>