Re: [PATCH 0/2] Devicetree support for UML
From: Richard Weinberger <richard@nod.at>
Date: 2021-12-21 21:13:08
Also in:
linux-um, lkml
----- Ursprüngliche Mail -----
Von: "Johannes Berg" [off-list ref] An: "richard" [off-list ref], "Vincent Whitchurch" [off-list ref] CC: "Jeff Dike" <redacted>, "anton ivanov" <anton.ivanov@cambridgegreys.com>, "kernel" <redacted>, "linux-kernel" [off-list ref], "linux-um" [off-list ref], "devicetree" [off-list ref] Gesendet: Dienstag, 21. Dezember 2021 21:56:50 Betreff: Re: [PATCH 0/2] Devicetree support for UML
On Tue, 2021-12-21 at 21:55 +0100, Richard Weinberger wrote:quoted
Vincent, ----- Ursprüngliche Mail -----quoted
Von: "Vincent Whitchurch" [off-list ref] An: "Jeff Dike" [off-list ref], "richard" [off-list ref], "anton ivanov" [off-list ref] CC: kernel@axis.com, "linux-kernel" <redacted>, "linux-um" [off-list ref], "devicetree" [off-list ref], "Vincent Whitchurch" [off-list ref] Gesendet: Mittwoch, 8. Dezember 2021 16:11:21 Betreff: [PATCH 0/2] Devicetree support for UMLquoted
This series add support for passing a devicetree blob to UML. It can be used for testing device drivers.Nice feature. Code looks good so far. But while building I'm facing this warning: WARNING: unmet direct dependencies detected for OF_EARLY_FLATTREE Depends on [n]: OF [=n] Selected by [y]: - UML [=y] Please note that my UML config has CONFIG_OF=n.Hm. So maybe that needs to be select OF_EARLY_FLATTREE if OF
Yeah, IIRC arm and mips use such a pattern too. Vincent, what do you think? Thanks, //richard