Merge remote-tracking branch 'regulator/fix/palmas' into regulator-linus
[deliverable/linux.git] / arch / arm / mach-realview / Makefile.boot
CommitLineData
70bb62f8 1ifeq ($(CONFIG_REALVIEW_HIGH_PHYS_OFFSET),y)
40c6d8ae 2 zreladdr-y += 0x70008000
70bb62f8
CM
3params_phys-y := 0x70000100
4initrd_phys-y := 0x70800000
5else
40c6d8ae 6 zreladdr-y += 0x00008000
8ad68bbf
CM
7params_phys-y := 0x00000100
8initrd_phys-y := 0x00800000
70bb62f8 9endif
This page took 0.568529 seconds and 5 git commands to generate.