commit | c5e8b31a6e17e3300c82123828852e9473ff75a1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 03 21:20:02 2021 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 03 19:17:25 2021 -0700 |
tree | b8251f89e08854130048871b9c542276aab2de76 | |
parent | 49b5e2e9586e6fb1d687991df10d273da72e2828 [diff] |
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>