On Thu, 11 Apr 2019, 10:33 PM Stefan Roese, <[email protected]> wrote: > The following Kirkwood dtb build targets are currently missing: > > kirkwood-openrd-base.dtb > kirkwood-openrd-client.dtb > kirkwood-openrd-ultimate.dtb > > This patch adds them to the Makefile to fix the build error. > > Signed-off-by: Stefan Roese <[email protected]> > Cc: Chris Packham <[email protected]> >
Reviewed-by: Chris Packham <[email protected]> > --- > arch/arm/dts/Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile > index 4f05df1321..f36b801219 100644 > --- a/arch/arm/dts/Makefile > +++ b/arch/arm/dts/Makefile > @@ -56,6 +56,9 @@ dtb-$(CONFIG_KIRKWOOD) += \ > kirkwood-ns2lite.dtb \ > kirkwood-ns2max.dtb \ > kirkwood-ns2mini.dtb \ > + kirkwood-openrd-base.dtb \ > + kirkwood-openrd-client.dtb \ > + kirkwood-openrd-ultimate.dtb \ > kirkwood-pogo_e02.dtb \ > kirkwood-sheevaplug.dtb > > -- > 2.21.0 > > _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

