]> git.baikalelectronics.ru Git - uboot.git/commit
lib: Fix BINMAN_FDT dependency
authorBin Meng <bmeng.cn@gmail.com>
Wed, 3 Feb 2021 13:20:02 +0000 (21:20 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Mar 2021 02:17:25 +0000 (19:17 -0700)
commit9e7d572fc46daec624336e4e0daa02322f10b477
treeb8251f89e08854130048871b9c542276aab2de76
parentf1fe582578f0b667206c68077cf594f91c5d66a9
lib: Fix BINMAN_FDT dependency

lib/binman.c references the following 3 ofnode APIs:
ofnode_first_subnode(), ofnode_path() and ofnode_read_bool().

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>
lib/Kconfig