Merge tag 'localmodconfig-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / arch / arm / mach-at91 / Makefile.boot
1 # Note: the following conditions must always be true:
2 #   ZRELADDR == virt_to_phys(TEXTADDR)
3 #   PARAMS_PHYS must be within 4MB of ZRELADDR
4 #   INITRD_PHYS must be in RAM
5
6 ifeq ($(CONFIG_ARCH_AT91SAM9G45),y)
7    zreladdr-y   += 0x70008000
8 params_phys-y   := 0x70000100
9 initrd_phys-y   := 0x70410000
10 else
11    zreladdr-y   += 0x20008000
12 params_phys-y   := 0x20000100
13 initrd_phys-y   := 0x20410000
14 endif
15
16 # Keep dtb files sorted alphabetically for each SoC
17 # sam9260
18 dtb-$(CONFIG_MACH_AT91SAM_DT) += aks-cdu.dtb
19 dtb-$(CONFIG_MACH_AT91SAM_DT) += ethernut5.dtb
20 dtb-$(CONFIG_MACH_AT91SAM_DT) += evk-pro3.dtb
21 dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb
22 dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb
23 # sam9263
24 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9263ek.dtb
25 dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9263.dtb
26 dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9263.dtb
27 # sam9g20
28 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek.dtb
29 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek_2mmc.dtb
30 dtb-$(CONFIG_MACH_AT91SAM_DT) += kizbox.dtb
31 dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9g20.dtb
32 dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb
33 # sam9g45
34 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb
35 # sam9n12
36 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9n12ek.dtb
37 # sam9x5
38 dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g25ek.dtb