blob: 683f52b20e3d2b683227cb524166a2d1c27aec00 [file] [log] [blame]
Paulius Zaleckas59d3a192009-03-26 10:06:08 +02001ifeq ($(CONFIG_GEMINI_MEM_SWAP),y)
Sascha Hauer40c6d8a2011-08-17 14:24:52 +01002 zreladdr-y += 0x00008000
Paulius Zaleckas59d3a192009-03-26 10:06:08 +02003params_phys-y := 0x00000100
4initrd_phys-y := 0x00800000
5else
Sascha Hauer40c6d8a2011-08-17 14:24:52 +01006 zreladdr-y += 0x10008000
Paulius Zaleckas59d3a192009-03-26 10:06:08 +02007params_phys-y := 0x10000100
8initrd_phys-y := 0x10800000
9endif