Root/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
6ifeq ($(CONFIG_ARCH_AT91CAP9),y)
7   zreladdr-y := 0x70008000
8params_phys-y := 0x70000100
9initrd_phys-y := 0x70410000
10else ifeq ($(CONFIG_ARCH_AT91SAM9G45),y)
11   zreladdr-y := 0x70008000
12params_phys-y := 0x70000100
13initrd_phys-y := 0x70410000
14else
15   zreladdr-y := 0x20008000
16params_phys-y := 0x20000100
17initrd_phys-y := 0x20410000
18endif
19

Archive Download this file



interactive