Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / arch / arm / mach-at91 / Makefile.boot
CommitLineData
73a59c1c
SP
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
9918ceaf 6ifeq ($(CONFIG_ARCH_AT91SAM9G45),y)
40c6d8ae 7 zreladdr-y += 0x70008000
789b23bc
NF
8params_phys-y := 0x70000100
9initrd_phys-y := 0x70410000
2b3b3516 10else
40c6d8ae 11 zreladdr-y += 0x20008000
73a59c1c
SP
12params_phys-y := 0x20000100
13initrd_phys-y := 0x20410000
2b3b3516 14endif
This page took 0.571983 seconds and 5 git commands to generate.