From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 3 Feb 2021 14:42:21 -0700 Subject: [PATCH 1/2] lib: Fix BINMAN_FDT dependency In-Reply-To: <1612358403-89299-1-git-send-email-bmeng.cn@gmail.com> References: <1612358403-89299-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 3 Feb 2021 at 06:20, Bin Meng wrote: > > 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 > --- > > lib/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass