diff options
Diffstat (limited to 'arch/arm/mach-at91/Makefile.boot')
-rw-r--r-- | arch/arm/mach-at91/Makefile.boot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile.boot b/arch/arm/mach-at91/Makefile.boot index 0da66ca4a4f8..c03417ddbf0c 100644 --- a/arch/arm/mach-at91/Makefile.boot +++ b/arch/arm/mach-at91/Makefile.boot | |||
@@ -14,7 +14,19 @@ initrd_phys-y := 0x20410000 | |||
14 | endif | 14 | endif |
15 | 15 | ||
16 | # Keep dtb files sorted alphabetically for each SoC | 16 | # Keep dtb files sorted alphabetically for each SoC |
17 | # sam9260 | ||
18 | dtb-$(CONFIG_MACH_AT91SAM_DT) += ethernut5.dtb | ||
19 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb | ||
20 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb | ||
21 | # sam9263 | ||
22 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9263ek.dtb | ||
23 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9263.dtb | ||
24 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9263.dtb | ||
17 | # sam9g20 | 25 | # sam9g20 |
26 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek.dtb | ||
27 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek_2mmc.dtb | ||
28 | dtb-$(CONFIG_MACH_AT91SAM_DT) += kizbox.dtb | ||
29 | dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9g20.dtb | ||
18 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb | 30 | dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb |
19 | # sam9g45 | 31 | # sam9g45 |
20 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb | 32 | dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb |