Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 1 | ifeq ($(CONFIG_GEMINI_MEM_SWAP),y) |
Sascha Hauer | 40c6d8a | 2011-08-17 14:24:52 +0100 | [diff] [blame] | 2 | zreladdr-y += 0x00008000 |
Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 3 | params_phys-y := 0x00000100 |
| 4 | initrd_phys-y := 0x00800000 |
| 5 | else |
Sascha Hauer | 40c6d8a | 2011-08-17 14:24:52 +0100 | [diff] [blame] | 6 | zreladdr-y += 0x10008000 |
Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 7 | params_phys-y := 0x10000100 |
| 8 | initrd_phys-y := 0x10800000 |
| 9 | endif |