SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 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 | |
Jean-Christophe PLAGNIOL-VILLARD | 9918cea | 2012-01-26 14:07:09 +0100 | [diff] [blame] | 6 | ifeq ($(CONFIG_ARCH_AT91SAM9G45),y) |
Sascha Hauer | 40c6d8a | 2011-08-17 14:24:52 +0100 | [diff] [blame] | 7 | zreladdr-y += 0x70008000 |
Nicolas Ferre | 789b23b | 2009-06-26 15:36:58 +0100 | [diff] [blame] | 8 | params_phys-y := 0x70000100 |
| 9 | initrd_phys-y := 0x70410000 |
Andrew Victor | 2b3b351 | 2008-01-24 15:10:39 +0100 | [diff] [blame] | 10 | else |
Sascha Hauer | 40c6d8a | 2011-08-17 14:24:52 +0100 | [diff] [blame] | 11 | zreladdr-y += 0x20008000 |
SAN People | 73a59c1 | 2006-01-09 17:05:41 +0000 | [diff] [blame] | 12 | params_phys-y := 0x20000100 |
| 13 | initrd_phys-y := 0x20410000 |
Andrew Victor | 2b3b351 | 2008-01-24 15:10:39 +0100 | [diff] [blame] | 14 | endif |