| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | zreladdr-y := 0xa0008000 |
| 2 | params_phys-y := 0xa0000100 | ||||
| 3 | initrd_phys-y := 0xa0800000 | ||||
| 4 | ifeq ($(CONFIG_ARCH_IOP331),y) | ||||
| 5 | zreladdr-y := 0x00008000 | ||||
| 6 | params_phys-y := 0x00000100 | ||||
| 7 | initrd_phys-y := 0x00800000 | ||||
| 8 | endif | ||||
| 9 | |||||