From: Nicolas Ferre Date: Wed, 22 Feb 2012 11:17:36 +0000 (+0100) Subject: ARM: at91: add at91sam9g25ek.dts in Makefile.boot X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e9bc91a5f8b38e3fc39f640a18af19c9300ca042;p=deliverable%2Flinux.git ARM: at91: add at91sam9g25ek.dts in Makefile.boot Reported-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index 2fd051eb2449..be7200b8da19 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot @@ -14,3 +14,4 @@ initrd_phys-y := 0x20410000 endif dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb usb_a9g20.dtb +dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g25ek.dtb