Re: [PATCH] kbuild: Add dtc flag test
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-05-24 14:22:14
Also in:
linux-devicetree, lkml
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-05-24 14:22:14
Also in:
linux-devicetree, lkml
On Mon, May 24, 2021 at 6:40 AM Lee Jones [off-list ref] wrote:
On Thu, 6 Aug 2020 at 03:22, Masahiro Yamada [off-list ref] wrote:quoted
On Thu, Aug 6, 2020 at 2:59 AM Elliot Berman [off-list ref] wrote:quoted
Host dtc may not support the same flags as kernel's copy of dtc. Test if dtc supports each flag when the dtc comes from host. Signed-off-by: Elliot Berman <redacted>I think this supports only the newer external DTC, but not older ones. This feature is intended to test the upstream DTC before resyncing in-kernel scripts/dtc/.Was there ever a follow-up to this?
As Masahiro said, using an older dtc is not a usecase we care about. Rob