Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfio
[deliverable/linux.git] / arch / arm / mach-gemini / Makefile.boot
1 ifeq ($(CONFIG_GEMINI_MEM_SWAP),y)
2 zreladdr-y += 0x00008000
3 params_phys-y := 0x00000100
4 initrd_phys-y := 0x00800000
5 else
6 zreladdr-y += 0x10008000
7 params_phys-y := 0x10000100
8 initrd_phys-y := 0x10800000
9 endif
This page took 0.041892 seconds and 5 git commands to generate.