From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Sat, 11 Aug 2012 09:51:14 +0200 Subject: [PATCH 2/3] ARM: Kirkwood: ts219: fix Makefile.boot after dts was split in two In-Reply-To: <4b59ab4618c9b9c055831f6b96636741bda5d42f.1344651264.git.jason@lakedaemon.net> References: <4b59ab4618c9b9c055831f6b96636741bda5d42f.1344651264.git.jason@lakedaemon.net> Message-ID: <20120811075114.GD30947@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Aug 11, 2012 at 02:39:46AM +0000, Jason Cooper wrote: > Signed-off-by: Jason Cooper > --- > arch/arm/mach-kirkwood/Makefile.boot | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-kirkwood/Makefile.boot b/arch/arm/mach-kirkwood/Makefile.boot > index 2a576ab..2ad83e2 100644 > --- a/arch/arm/mach-kirkwood/Makefile.boot > +++ b/arch/arm/mach-kirkwood/Makefile.boot > @@ -7,7 +7,7 @@ dtb-$(CONFIG_MACH_DLINK_KIRKWOOD_DT) += kirkwood-dns320.dtb > dtb-$(CONFIG_MACH_DLINK_KIRKWOOD_DT) += kirkwood-dns325.dtb > dtb-$(CONFIG_MACH_ICONNECT_DT) += kirkwood-iconnect.dtb > dtb-$(CONFIG_MACH_IB62X0_DT) += kirkwood-ib62x0.dtb > -dtb-$(CONFIG_MACH_TS219_DT) += kirkwood-qnap-ts219.dtb > +dtb-$(CONFIG_MACH_TS219_DT) += kirkwood-ts219-6281.dtb kirkwood-ts219-6282.dtb Hi Jason There is the same fix from Arnaud Patard, which has been posted to the list maybe a week ago. We seem quite good at breaking Makefile.boot and not noticing it. Who maintains kisskb? We should ask for make dtbs to be added to the end of the build scripts. Andrew