From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 6 Feb 2021 16:16:48 -0800 Subject: [PATCH 2/2] dts: Fix OF_LIVE dependency In-Reply-To: References: <1612358403-89299-1-git-send-email-bmeng.cn@gmail.com> <1612358403-89299-2-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/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 > --- > > dts/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!