commit | ced4c31e93d905694553fd1df7aeb4e7d7ef6112 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 03 21:20:03 2021 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 03 19:17:25 2021 -0700 |
tree | 84e0f5f783b2f5b7e12466765b8d68015a4710ac | |
parent | 56e7257ca8bb7c4f1a2d720fe289d2b8b6508922 [diff] |
dts: Fix OF_LIVE dependency lib/of_live.c references the following 2 ofnode APIs: of_alias_scan() and of_get_property(). These APIs get built only when DM is on. Fix the dependency then. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>