]> git.baikalelectronics.ru Git - uboot.git/commit
dts: Fix OF_LIVE dependency
authorBin Meng <bmeng.cn@gmail.com>
Wed, 3 Feb 2021 13:20:03 +0000 (21:20 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Mar 2021 02:17:25 +0000 (19:17 -0700)
commite88b1b8b8f95e511142f6c63facd63fd653bbcdf
tree84e0f5f783b2f5b7e12466765b8d68015a4710ac
parent9e7d572fc46daec624336e4e0daa02322f10b477
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>
dts/Kconfig